Added folder tree

This commit is contained in:
2026-02-11 18:45:43 +02:00
parent 1ff46341cf
commit baedcfd5f9
5 changed files with 55 additions and 10 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ return {
dependencies = { "williamboman/mason.nvim" },
opts = {
-- installs these via Mason (so you don't have to)
ensure_installed = { "gopls", "ts_ls", "lua_ls", "clangd", "rust_analyzer" },
ensure_installed = { "gopls", "ts_ls", "lua_ls", "clangd", "rust_analyzer", "omnisharp" },
-- optional: automatically call vim.lsp.enable() for installed servers
automatic_enable = true,
@@ -162,6 +162,7 @@ return {
c = { "clang-format" },
cpp = { "clang-format" },
rust = { "rustfmt" },
cs = { "csharpier" },
},
})
@@ -170,4 +171,5 @@ return {
end, { desc = "Format" })
end,
},
}