enable lsp + a bunch of other things

This commit is contained in:
2025-11-15 23:40:52 -05:00
parent 5f6a4907f3
commit 4c1a71c1df
11 changed files with 63 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
return {
"mason-org/mason-lspconfig.nvim",
opts = {
ensure_installed = {
"lua_ls",
"rust_analyzer",
"markdown_oxide"
},
},
dependencies = {
{ "mason-org/mason.nvim", opts = {} },
"neovim/nvim-lspconfig",
},
}