splitting config for work or home
This commit is contained in:
@@ -12,14 +12,14 @@ end
|
||||
|
||||
mason_lspconfig.setup({
|
||||
ensure_installed = {
|
||||
"tsserver",
|
||||
"ts_ls",
|
||||
"html",
|
||||
"emmet_ls",
|
||||
"cssls",
|
||||
},
|
||||
})
|
||||
|
||||
lspconfig.tsserver.setup({
|
||||
lspconfig.ts_ls.setup({
|
||||
capabilities = require("config/lsp/lsp-capabilities"),
|
||||
on_attach = require("config/lsp/lsp-attach"),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user