mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-06-07 23:16:51 +00:00
Merge branch 'main' of github.com:d0zingcat/dotfiles into main
This commit is contained in:
@@ -25,6 +25,8 @@ brew "coreutils"
|
|||||||
brew "ctags", link: false
|
brew "ctags", link: false
|
||||||
brew "dosbox"
|
brew "dosbox"
|
||||||
brew "dpkg"
|
brew "dpkg"
|
||||||
|
brew "exa"
|
||||||
|
brew "fd"
|
||||||
brew "fzf"
|
brew "fzf"
|
||||||
brew "gcc"
|
brew "gcc"
|
||||||
brew "gh"
|
brew "gh"
|
||||||
@@ -61,8 +63,9 @@ brew "luarocks"
|
|||||||
brew "lzlib"
|
brew "lzlib"
|
||||||
brew "maven"
|
brew "maven"
|
||||||
brew "minikube"
|
brew "minikube"
|
||||||
|
brew "mongosh"
|
||||||
brew "protobuf"
|
brew "protobuf"
|
||||||
brew "mosh"
|
brew "mosh", args: ["HEAD"]
|
||||||
brew "mysql"
|
brew "mysql"
|
||||||
brew "neofetch"
|
brew "neofetch"
|
||||||
brew "neovim"
|
brew "neovim"
|
||||||
@@ -89,6 +92,7 @@ brew "socat"
|
|||||||
brew "sshuttle"
|
brew "sshuttle"
|
||||||
brew "starship"
|
brew "starship"
|
||||||
brew "stylua"
|
brew "stylua"
|
||||||
|
brew "syncthing", restart_service: true
|
||||||
brew "telnet"
|
brew "telnet"
|
||||||
brew "the_silver_searcher"
|
brew "the_silver_searcher"
|
||||||
brew "thrift"
|
brew "thrift"
|
||||||
|
|||||||
@@ -153,8 +153,6 @@ map('i', '<F1>', '<nop>')
|
|||||||
-- map('n', '<leader>e', '1<c-w>w')
|
-- map('n', '<leader>e', '1<c-w>w')
|
||||||
-- map('n', '<leader>p', ':wincmd p<CR>')
|
-- map('n', '<leader>p', ':wincmd p<CR>')
|
||||||
|
|
||||||
--" Plug 'airblade/vim-gitgutter'
|
|
||||||
|
|
||||||
map('i', '<C-e>', 'copilot#Accept()', { expr = true })
|
map('i', '<C-e>', 'copilot#Accept()', { expr = true })
|
||||||
vim.g.copilot_no_tab_map = 1
|
vim.g.copilot_no_tab_map = 1
|
||||||
vim.g.copilot_no_maps = 1
|
vim.g.copilot_no_maps = 1
|
||||||
@@ -162,23 +160,11 @@ vim.g.copilot_assume_mapped = 1
|
|||||||
|
|
||||||
require('plugins')
|
require('plugins')
|
||||||
|
|
||||||
-- Plug settings
|
|
||||||
|
|
||||||
-- map("n", "<space>e", ":NvimTreeToggle<CR>", {noremap = false})
|
|
||||||
-- map("n", "<space>R", ":NvimTreeRefresh<CR>", {noremap = false})
|
|
||||||
|
|
||||||
-- Neoformat
|
-- Neoformat
|
||||||
if not fn.executable('luafmt') then
|
if not fn.executable('luafmt') then
|
||||||
cmd([[ :!npm install -g lua-fmt]])
|
cmd([[ :!npm install -g lua-fmt]])
|
||||||
end
|
end
|
||||||
|
|
||||||
-- todo-comments
|
|
||||||
-- require("todo-comments").setup {}
|
|
||||||
|
|
||||||
-- spaceline
|
|
||||||
g['spaceline_seperate_style'] = 'arrow'
|
|
||||||
g['spaceline_colorscheme'] = 'one'
|
|
||||||
|
|
||||||
-- barbar
|
-- barbar
|
||||||
local opts = { noremap = true, silent = true }
|
local opts = { noremap = true, silent = true }
|
||||||
map('n', '=', ':BufferPick<CR>', opts)
|
map('n', '=', ':BufferPick<CR>', opts)
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ return {
|
|||||||
schemas = {
|
schemas = {
|
||||||
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
|
['https://json.schemastore.org/github-workflow.json'] = '/.github/workflows/*',
|
||||||
Kubernetes = { '/*k8s.yaml', '/*k8s.yml' },
|
Kubernetes = { '/*k8s.yaml', '/*k8s.yml' },
|
||||||
|
--['https://raw.githubusercontent.com/instrumenta/kubernetes-json-schema/master/v1.18.0-standalone-strict/all.json'] = '/*.k8s.yaml',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user