1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 23:19:25 +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

@ -44,7 +44,6 @@ lazy.setup({
},
-- Plugins
{ "lewis6991/impatient.nvim", lazy = false, priority = 990 },
{ "nvim-lua/plenary.nvim" },
{ "windwp/nvim-autopairs" },
{ "numToStr/Comment.nvim", version = "v0.*" },