- cleaned up plugin files
- htmldjango snippets and highlight fix
This commit is contained in:
2024-05-01 20:11:35 -05:00
parent 1264a64a55
commit 0ec71045f4
8 changed files with 139 additions and 121 deletions
+8 -2
View File
@@ -392,7 +392,7 @@ function M.lsp_zero()
"pyright",
"lua_ls",
"bashls",
--"gopls",
"gopls",
-- js web shit
"html",
@@ -401,6 +401,8 @@ function M.lsp_zero()
"svelte",
"angularls",
"tailwindcss",
"templ",
"htmx",
})
lsp.configure("pyright", {
@@ -416,7 +418,11 @@ function M.lsp_zero()
})
lsp.configure("html", {
filetypes = { "html", "htmldjango" },
filetypes = { "html", "htmldjango", "templ" },
})
lsp.configure("htmx", {
filetypes = { "html", "htmldjango", "templ" },
})
lsp.on_attach(function(client, bufnr)