diff options
author | Minijackson <minijackson@riseup.net> | 2023-01-13 16:14:16 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-01-13 16:14:16 +0100 |
commit | 087b8756a6113c78ae20ee00c96c38f5922287a0 (patch) | |
tree | 6df92422691e3a70071ec7d6cbf3bc2707746c94 /dotfiles | |
parent | 91d534f926c4dbbe0814f2cfeea0c85c4f34ba0c (diff) | |
download | nixos-config-reborn-087b8756a6113c78ae20ee00c96c38f5922287a0.tar.gz nixos-config-reborn-087b8756a6113c78ae20ee00c96c38f5922287a0.zip |
vim: fmt, remove polyglot, add impatient
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 | ||