mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/luasnip: fix extend_filetypes
-> filetype_extend
This commit is contained in:
parent
e64c511811
commit
901346e38b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
filetypeExtendConfig = mapAttrsToList (n: v: ''
|
filetypeExtendConfig = mapAttrsToList (n: v: ''
|
||||||
require("luasnip").extend_filetypes("${n}", ${helpers.toLuaObject v})
|
require("luasnip").filetype_extend("${n}", ${helpers.toLuaObject v})
|
||||||
'') cfg.filetypeExtend;
|
'') cfg.filetypeExtend;
|
||||||
|
|
||||||
extraConfig = [
|
extraConfig = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue