hopefully fix typescript checking in vue files
This commit is contained in:
parent
85080081bc
commit
a61051f82b
5 changed files with 55 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue