mirror of
https://github.com/nix-community/nixvim.git
synced 2026-09-24 15:30:15 -05:00
plugins/treesitter: fix typo
This commit is contained in:
committed by
Gaétan Lepage
parent
ff7fe40bf6
commit
ebe13a1d24
@@ -165,7 +165,7 @@ in {
|
||||
+ ''
|
||||
require('nvim-treesitter.configs').setup(${helpers.toLuaObject tsOptions})
|
||||
''
|
||||
+ (optionalString (cfg.languageRegister != null) ''
|
||||
+ (optionalString (cfg.languageRegister != {}) ''
|
||||
__parserFiltypeMappings = ${helpers.toLuaObject cfg.languageRegister}
|
||||
|
||||
for parser_name, ft in pairs(__parserFiltypeMappings) do
|
||||
|
||||
Reference in New Issue
Block a user