mirror of
https://github.com/pnx/dotfiles
synced 2026-08-20 10: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,3 +1,5 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
local lspservers = {
|
||||
gopls = {
|
||||
codelens = {
|
||||
|
|
@ -49,12 +51,7 @@ local lspservers = {
|
|||
}
|
||||
|
||||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
install = { "go", "gomod", "gowork", "gosum", "gotmpl" }
|
||||
}
|
||||
},
|
||||
spec.treesitter("go", "gomod", "gowork", "gosum", "gotmpl"),
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue