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

@ -5,7 +5,6 @@ return {
-- Automatically install LSPs to stdpath for neovim
{ "williamboman/mason.nvim" },
"williamboman/mason-lspconfig.nvim",
-- Additional lua configuration, makes nvim stuff amazing!
{ "folke/neodev.nvim", opts = {} },
},