add gitconfig

This commit is contained in:
2022-09-27 08:15:34 -04:00
parent 574e865ff6
commit 8200939e20
3 changed files with 10 additions and 1 deletions

View File

@@ -119,6 +119,7 @@ tnoremap <c-l> <c-\><c-n><c-w><c-l>
tnoremap <Esc> <C-\><C-n>
nnoremap <Leader>ee :NvimTreeFindFileToggle<cr>
nnoremap <Leader>h <cmd>lua require("harpoon.mark").add_file()<cr>
nnoremap <c-/> :Commentary<cr>
vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv
@@ -281,3 +282,7 @@ lua <<EOF
})
})
EOF
lua << EOF
require'lspconfig'.pyright.setup{}
EOF