mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
nvim: lua/user/plugins/editor/treesitter.lua: need to have opts_extend.ensure_installed to make ensure_installed table to be merged
This commit is contained in:
parent
5b14797ed0
commit
5e762b4346
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
opts_extend = { "ensure_installed" },
|
||||||
opts = {
|
opts = {
|
||||||
-- Default parsers.
|
-- Default parsers.
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue