hopefully fix typescript checking in vue files

This commit is contained in:
Mark Riedesel 2024-08-07 11:14:34 -05:00
parent 85080081bc
commit a61051f82b
5 changed files with 55 additions and 1 deletions

View file

@ -4,6 +4,7 @@ return {
build = ":TSUpdate",
dependencies = {
"windwp/nvim-ts-autotag",
"nvim-treesitter/nvim-treesitter-textobjects",
},
config = function()
-- import nvim-treesitter plugin
@ -11,6 +12,7 @@ return {
-- configure treesitter
treesitter.setup({ -- enable syntax highlighting
auto_install = true,
highlight = {
enable = true,
},