Tell -polyglot we already have -sensible and -sleuth

This commit is contained in:
Danielle McLean 2023-10-14 19:53:18 +11:00
parent 2dc8a5a61c
commit 9ad605774b
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -75,6 +75,10 @@ if exists('+undofile')
set undodir=$XDG_STATE_HOME/vim/undo
endif
# This setup installs both tpope/vim-sensible and tpope/vim-sleuth, so we
# don't also need vim-polyglot to provide that same functionality.
g:polyglot_disabled = ['sensible', 'autoindent']
g:csv_no_conceal = 1
g:vim_svelte_plugin_use_typescript = 1