- added html configuration
- removed old plugins
This commit is contained in:
@@ -132,6 +132,8 @@ cmp.setup({
|
||||
|
||||
require("mason").setup()
|
||||
|
||||
local html_filetypes = { "html", "templ", "htmldjango" }
|
||||
|
||||
vim.lsp.config("ts_ls", {
|
||||
settings = {
|
||||
implicitProjectConfiguration = {
|
||||
@@ -141,6 +143,10 @@ vim.lsp.config("ts_ls", {
|
||||
},
|
||||
})
|
||||
|
||||
vim.lsp.config("html", {
|
||||
filetypes = html_filetypes,
|
||||
})
|
||||
|
||||
vim.lsp.enable({
|
||||
"angular-language-server",
|
||||
"bashls",
|
||||
@@ -157,4 +163,5 @@ vim.lsp.enable({
|
||||
"taplo",
|
||||
"templ",
|
||||
"ts_ls",
|
||||
"zls",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user