mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
chore: add svelte treesitter plugin
This commit is contained in:
parent
d189e37700
commit
f40015b2bf
1 changed files with 10 additions and 0 deletions
10
lua/plugins/treesitter.lua
Normal file
10
lua/plugins/treesitter.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"svelte", --- make sure you have svelte LSP, the rest is your treesitter plugins
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Reference in a new issue