summaryrefslogtreecommitdiffstats
path: root/dotfiles/vim.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/vim.lua')
-rw-r--r--dotfiles/vim.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua
index 1f206ca..defee0c 100644
--- a/dotfiles/vim.lua
+++ b/dotfiles/vim.lua
@@ -142,9 +142,9 @@ end, mapopts)
142-- Plugins 142-- Plugins
143---------- 143----------
144 144
145-- Polyglot 145-- Impatient
146 146
147vim.g.polyglot_disabled = {"sensible"} 147require("impatient")
148 148
149-- Gitsigns 149-- Gitsigns
150 150