]> git.armaanb.net Git - dotfiles.git/commitdiff
nvim: disable polyglot sensible options
authorArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 17:07:13 +0000 (12:07 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 21 Nov 2021 17:07:13 +0000 (12:07 -0500)
.config/nvim/init.vim

index d7d0c22d9d050bd6ab3d1ea05d1a83544358c752..b59e69344996dc56ae8f4354fb4523d85f497430 100644 (file)
@@ -4,6 +4,9 @@ set undofile
 set textwidth=80
 map Q <nop>
 
+" Polyglot
+let g:polyglot_disabled = ['sensible']
+
 " Plugins
 call plug#begin()
 Plug 'ackyshake/vimcompletesme'      " Simple autocompletion