feat(neovim): update config

This commit is contained in:
Felix Schröter 2020-12-25 12:01:10 +01:00
parent 55b2b1ec34
commit d8998663dc
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 34 additions and 28 deletions

View file

@ -1,5 +1,8 @@
" set shell=/bin/sh
set ignorecase
set smartcase
set termguicolors
set timeoutlen=500
@ -104,3 +107,7 @@ tnoremap :q! <C-\><C-n>:q!<CR>
" vim-closetag
let g:closetag_filenames = "*.html,*.jsx,*.tsx,*.vue,*.xhml,*.xml"
let g:closetag_regions = {
\ 'typescript.tsx': 'jsxRegion,tsxRegion',
\ 'javascript.jsx': 'jsxRegion',
\ }