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,14 +1,11 @@
|
|||
local spec = require('user.utils.lang_spec')
|
||||
|
||||
return {
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
ft = { "markdown" },
|
||||
dependencies = {
|
||||
'nvim-tree/nvim-web-devicons',
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
install = { "markdown" }
|
||||
}
|
||||
},
|
||||
spec.treesitter("markdown"),
|
||||
{
|
||||
"windwp/nvim-ts-autotag",
|
||||
optional = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue