diff --git a/lua/lazyvim/plugins/extras/lang/angular.lua b/lua/lazyvim/plugins/extras/lang/angular.lua index 9ae55961..3c44ccbe 100644 --- a/lua/lazyvim/plugins/extras/lang/angular.lua +++ b/lua/lazyvim/plugins/extras/lang/angular.lua @@ -32,7 +32,13 @@ return { "neovim/nvim-lspconfig", opts = { servers = { - angularls = {}, + angularls = { + filetypes = { + -- default filetypes + "typescript", "html", "typescriptreact", "typescript.tsx", + -- file type added in order to enable treesitter + "angular.html" }, + }, }, setup = { angularls = function()