new nvim cfg
This commit is contained in:
parent
0e500b7d8f
commit
1c8f70a3a6
7 changed files with 42 additions and 95 deletions
|
@ -48,7 +48,7 @@ return {
|
|||
|
||||
require("mason-lspconfig").setup({
|
||||
automatic_installation = true,
|
||||
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "cmake" },
|
||||
ensure_installed = { "lua_ls", "rust_analyzer", "clangd", "cmake", "cssls", "html" },
|
||||
})
|
||||
|
||||
require("mason-lspconfig").setup_handlers({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue