mbp changes
This commit is contained in:
@@ -7,3 +7,5 @@
|
||||
sort = version:refname
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[pull]
|
||||
rebase = false
|
||||
|
||||
@@ -120,6 +120,7 @@ tnoremap <Esc> <C-\><C-n>
|
||||
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
|
||||
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<cr>
|
||||
nnoremap <Leader>/ :Commentary<cr>
|
||||
vnoremap <Leader>/ :Commentary<cr>
|
||||
|
||||
vnoremap J :m '>+1<CR>gv=gv
|
||||
vnoremap K :m '<-2<CR>gv=gv
|
||||
@@ -205,6 +206,14 @@ require('lspconfig')['gopls'].setup{
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
require('lspconfig')['pyright'].setup{
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
require('lspconfig')['tsserver'].setup{
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
EOF
|
||||
|
||||
lua <<EOF
|
||||
@@ -284,5 +293,4 @@ lua <<EOF
|
||||
EOF
|
||||
|
||||
lua << EOF
|
||||
require'lspconfig'.pyright.setup{}
|
||||
EOF
|
||||
|
||||
@@ -2,6 +2,7 @@ export EDITOR=nvim
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:/opt/local/bin:$PATH
|
||||
|
||||
ulimit -n 65536 200000
|
||||
|
||||
# eksctl
|
||||
fpath=($fpath ~/.zsh/completion)
|
||||
@@ -38,3 +39,4 @@ for conf in "$HOME/.config/zsh/config.d/"*.zsh; do
|
||||
source "${conf}"
|
||||
done
|
||||
unset conf
|
||||
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user