1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-24 20:08:12 +02:00

nvim/lua/user/plugins/editor/treesitter.lua: switch to tree-sitter-manager

This commit is contained in:
Henrik Hautakoski 2026-07-03 17:24:58 +02:00
parent 665fb375b0
commit e4b7184d75
19 changed files with 88 additions and 140 deletions

View file

@ -1,14 +1,11 @@
local spec = require('user.utils.lang_spec')
local lspservers = {
qmlls = {}
}
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
install = { "qmljs" }
}
},
spec.treesitter("qmljs"),
{
"neovim/nvim-lspconfig",
opts = {