Fixed lsp

This commit is contained in:
2024-09-11 16:16:59 +02:00
parent bedfd083b7
commit 977acb17c5
7 changed files with 117 additions and 107 deletions

View File

@@ -1,7 +1,7 @@
return {
"nvim-treesitter/nvim-treesitter",
build = function()
require("nvim-treesitter.instal").update({ with_sync = true})()
require("nvim-treesitter.install").update({ with_sync = true })()
end,
config = function()
require("nvim-treesitter.configs").setup({
@@ -32,7 +32,6 @@ return {
},
}
vim .treesitter.language.register("templ", "templ")
vim.treesitter.language.register("templ", "templ")
end
}