Fixed lsp
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user