summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2020-06-08 15:26:19 +0300
committerYigit Sever2020-06-08 15:26:19 +0300
commited548d591968b2541a0146d2e7076f2d7ccacbf5 (patch)
treef2b3deef88d5f8b62db96bde03fb98de4440dceb
parent6d29f9c08efc0f3682f5bdb15ca51c5438c9d56a (diff)
downloaddotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.tar.gz
dotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.tar.bz2
dotfiles-ed548d591968b2541a0146d2e7076f2d7ccacbf5.zip
polyglot has them all
-rwxr-xr-x.config/nvim/init.vim8
1 files changed, 3 insertions, 5 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index 6389e5b..a5d0ac7 100755
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -16,8 +16,6 @@ Plug 'racer-rust/vim-racer'
16Plug 'dense-analysis/ale' 16Plug 'dense-analysis/ale'
17" manages tag files 17" manages tag files
18Plug 'ludovicchabant/vim-gutentags' 18Plug 'ludovicchabant/vim-gutentags'
19" language packs
20Plug 'sheerun/vim-polyglot'
21" run tests (todo: write tests) 19" run tests (todo: write tests)
22Plug 'janko/vim-test' 20Plug 'janko/vim-test'
23" type in file send to repl 21" type in file send to repl
@@ -25,8 +23,8 @@ Plug 'jpalardy/vim-slime'
25 23
26" }}} completion, 'lsp' and such " 24" }}} completion, 'lsp' and such "
27 25
28" ledger 26" language packs
29Plug 'ledger/vim-ledger' 27Plug 'sheerun/vim-polyglot'
30 28
31" snippets to expand 29" snippets to expand
32Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets' 30Plug 'SirVer/ultisnips' | Plug 'honza/vim-snippets'
@@ -475,7 +473,7 @@ let g:vimwiki_global_ext = 0
475let g:vimtex_view_method='zathura' 473let g:vimtex_view_method='zathura'
476let g:tex_flavor='latex' 474let g:tex_flavor='latex'
477let g:vimtex_quickfix_mode=0 475let g:vimtex_quickfix_mode=0
478let g:polyglot_disabled=['latex', 'tex', 'ledger'] 476let g:polyglot_disabled=['latex', 'tex']
479" }}} 477" }}}
480 478
481" {{{ Gutentags 479" {{{ Gutentags