Reconfigure lsp

This commit is contained in:
Marcelo Canaparro 2024-01-06 14:58:15 +00:00
parent 84bd738041
commit 0ebf26b49c
6 changed files with 204 additions and 168 deletions

View file

@ -0,0 +1,16 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
{
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
-- "3rd/image.nvim", -- Optional image support in preview window: See `# Preview Mode` for more information
}
}
}