mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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: ''
|
||||
require("luasnip").extend_filetypes("${n}", ${helpers.toLuaObject v})
|
||||
require("luasnip").filetype_extend("${n}", ${helpers.toLuaObject v})
|
||||
'') cfg.filetypeExtend;
|
||||
|
||||
extraConfig = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue