From 087b8756a6113c78ae20ee00c96c38f5922287a0 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 13 Jan 2023 16:14:16 +0100 Subject: vim: fmt, remove polyglot, add impatient --- dotfiles/vim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') 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) -- Plugins ---------- --- Polyglot +-- Impatient -vim.g.polyglot_disabled = {"sensible"} +require("impatient") -- Gitsigns -- cgit v1.2.3