diff options
| author | Robert Günzler <r@gnzler.io> | 2021-11-15 13:11:59 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-11-15 13:11:59 +0100 |
| commit | cff194061856e6ad7a099a5df8242de2ab6bd6c6 (patch) | |
| tree | 2c2de194b21bcb937a0e9faae9afd755be133145 /.vim/lua | |
| parent | 109c7ab63e5981d0b6affb1138d4e6bc4ef6407e (diff) | |
vim: enable polyglot autoindent
Diffstat (limited to '.vim/lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 6f66842..07a431b 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -578,8 +578,6 @@ return require('packer').startup({function() -- polyglot: multi-language support with lazy loading {{{ -- NOTE: put language specific plugs before this to avoid conflicsts g.polyglot_disabled = { - 'autoindent', - 'bash', 'c', 'c_sharp', |