diff options
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/vim.lua | 4 |
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 | ||
147 | vim.g.polyglot_disabled = {"sensible"} | 147 | require("impatient") |
148 | 148 | ||
149 | -- Gitsigns | 149 | -- Gitsigns |
150 | 150 | ||