feat:new nvim config and some other stuff

This commit is contained in:
2025-11-29 11:30:17 -08:00
parent d524ebac95
commit a1ef3c6e12
16 changed files with 104 additions and 259 deletions

View File

@@ -0,0 +1,6 @@
-- plugins/telescope.lua:
return {
'neovim/nvim-lspconfig',
config = function()
end
}