summaryrefslogtreecommitdiffstats
path: root/dotfiles/vim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/vim')
-rw-r--r--dotfiles/vim/lua/myConfig.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/dotfiles/vim/lua/myConfig.lua b/dotfiles/vim/lua/myConfig.lua
index 58c6f6d..4411d8c 100644
--- a/dotfiles/vim/lua/myConfig.lua
+++ b/dotfiles/vim/lua/myConfig.lua
@@ -57,6 +57,15 @@ vim.opt.listchars = {
57} 57}
58vim.wo.list = true 58vim.wo.list = true
59 59
60-- Polyglot
61-----------
62
63vim.g.polyglot_disabled = {
64 "ftdetect",
65 "autoindent",
66 "sensible",
67}
68
60-- Leaders 69-- Leaders
61---------- 70----------
62 71