]> git.armaanb.net Git - dotfiles.git/blobdiff - .config/nvim/init.vim
nvim: disable polyglot sensible options
[dotfiles.git] / .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