Add go html template support, finally

This commit is contained in:
Pablu
2026-01-21 23:12:17 +01:00
parent eba4afff84
commit d9485a9253
6 changed files with 32 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ return {
"neovim/nvim-lspconfig",
config = function()
vim.lsp.enable({ "lua_ls", "basedpyright", "gopls", "html", "yamlls", "svelte-language-server", "clangd",
"ansiblels", "vtsls", "zls", "glsl_analyzer" })
"ansiblels", "vtsls", "zls", "glsl_analyzer", "rust_analyzer" })
-- Testing basedpyright atm, change to jedi idk
vim.lsp.config("basedpyright", {