mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
plugins/luasnip: fix extend_filetypes -> filetype_extend
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user