feat(neovim): update config

This commit is contained in:
Felix Schröter 2020-11-28 16:21:07 +01:00
parent ed488d1612
commit 1c98609022
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 28 additions and 22 deletions

View file

@ -101,3 +101,6 @@ tnoremap <A-t> <C-\><C-n>:call TermToggle(12)<CR>
" Terminal go back to normal mode
tnoremap :q! <C-\><C-n>:q!<CR>
" vim-closetag
let g:closetag_filenames = "*.html,*.jsx,*.tsx,*.vue,*.xhml,*.xml"