summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-11-15 13:11:59 +0100
committerRobert Günzler <r@gnzler.io>2021-11-15 13:11:59 +0100
commitcff194061856e6ad7a099a5df8242de2ab6bd6c6 (patch)
tree2c2de194b21bcb937a0e9faae9afd755be133145 /.vim/lua/plugins.lua
parent109c7ab63e5981d0b6affb1138d4e6bc4ef6407e (diff)
vim: enable polyglot autoindent
Diffstat (limited to '')
-rw-r--r--.vim/lua/plugins.lua2
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',