From 6e49e51a1f99ef85d33fddfb1c0e13753cad4818 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 2 May 2023 09:06:36 +0200 Subject: vim: remove impatient, use builtin cache feature --- common/vim.nix | 1 - dotfiles/vim/lua/myConfig.lua | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/common/vim.nix b/common/vim.nix index e6c0ab8..5859185 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -124,7 +124,6 @@ inputs: { # Other comment-nvim - impatient-nvim null-ls-nvim tabular tmux-complete-vim diff --git a/dotfiles/vim/lua/myConfig.lua b/dotfiles/vim/lua/myConfig.lua index df1fb64..254931b 100644 --- a/dotfiles/vim/lua/myConfig.lua +++ b/dotfiles/vim/lua/myConfig.lua @@ -1,3 +1,6 @@ +-- Enables byte-compiled, cached Lua module loading +vim.loader.enable() + -- Options ---------- @@ -154,10 +157,6 @@ end, mapopts) -- Plugins ---------- --- Impatient - -require("impatient") - -- Gitsigns require("gitsigns").setup { -- cgit v1.2.3