mirror of
https://github.com/pnx/dotfiles
synced 2026-08-18 09:38:12 +02:00
nvim/lua/user/plugins/editor/treesitter.lua: switch to tree-sitter-manager
This commit is contained in:
parent
665fb375b0
commit
e4b7184d75
19 changed files with 88 additions and 140 deletions
|
|
@ -1,8 +1,5 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
install = { "javascript", "javadoc" }
|
||||
}
|
||||
}
|
||||
spec.treesitter("javascript", "javadoc"),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue