cleanup nvim installation

This commit is contained in:
Alexander Navarro 2023-10-26 17:44:19 -03:00
parent a1e32452b3
commit ce4d36de84
17 changed files with 69 additions and 87 deletions

View file

@ -10,15 +10,6 @@ return {
dependencies = { "hrsh7th/cmp-nvim-lsp", "L3MON4D3/LuaSnip", "saadparwaiz1/cmp_luasnip" },
},
{
"jay-babu/mason-null-ls.nvim",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"williamboman/mason.nvim",
"jose-elias-alvarez/null-ls.nvim",
},
},
{
"famiu/bufdelete.nvim",
config = nil,