plugins: Load polyglot also for nvim
authorStefan Huber <shuber@sthu.org>
Sun, 26 Dec 2021 10:21:27 +0000 (11:21 +0100)
committerStefan Huber <shuber@sthu.org>
Sun, 26 Dec 2021 10:21:27 +0000 (11:21 +0100)
plugins-noroot-nolowendbox.vim

index f802c9ced50c71524fe22fae4560cdfeb52c711d..38dbb946e392a3dae4017cbe9c3e2a5024c3f337 100644 (file)
@@ -48,14 +48,13 @@ Plug 'sjl/splice.vim', {'on': 'SpliceInit'}
 " Costs a second startup time
 Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'}
 
+Plug 'sheerun/vim-polyglot'
+
 if has('nvim-0.5')
     Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
     Plug 'nvim-treesitter/nvim-treesitter-refactor', {'do': ':TSUpdate'}
-else
-    Plug 'sheerun/vim-polyglot'
 endif
 
-
 function PluginsNorootNolowendboxConfig()
     let g:neomake_c_enabled_makers = ['clangtidy', 'clangcheck']
     let g:neomake_cpp_enabled_makers = ['clangtidy', 'clangcheck']