feat(nvim): Add multiple edit plugins

This commit is contained in:
js0ny 2025-01-26 18:49:49 +00:00
parent be9a65738c
commit a5218cdea7
13 changed files with 137 additions and 42 deletions

View file

@ -66,4 +66,18 @@ return {
"NoahTheDuke/vim-just",
ft = { "just" },
},
{ import = "plugins.mod.trouble-nvim" },
{ import = "plugins.mod.nvim-treesitter" },
{
"folke/lazydev.nvim",
ft = "lua", -- only load on lua files
opts = {
library = {
-- See the configuration section for more details
-- Load luvit types when the `vim.uv` word is found
{ path = "${3rd}/luv/library", words = { "vim%.uv" } },
},
},
},
}