1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-02 01:39:26 +00:00

[neovim] Remove impatient module (no longer needed because Lazy does the same thing) and update other modules

This commit is contained in:
2023-01-26 19:54:20 +01:00
parent 1ffb91a650
commit 0a826bb358
3 changed files with 18 additions and 26 deletions

View File

@ -1,6 +0,0 @@
local status_ok, impatient = pcall(require, "impatient")
if not status_ok then
return
end
impatient.enable_profile()