mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
start with neoformat, not configured correctly yet, added some mason ensure installed
This commit is contained in:
@@ -42,7 +42,14 @@ require("mason-lspconfig").setup({
|
||||
ensure_installed = {
|
||||
"lua_ls",
|
||||
"rust_analyzer",
|
||||
"gopls",
|
||||
"jdtls",
|
||||
"prettier",
|
||||
"yamlls",
|
||||
"ts_ls",
|
||||
"tailwindcss",
|
||||
"html",
|
||||
"cssls",
|
||||
"shfmt",
|
||||
},
|
||||
handlers = {
|
||||
function(server_name) -- default handler (optional)
|
||||
|
||||
Reference in New Issue
Block a user