mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/spider: include luautf8
This commit is contained in:
parent
500b56f023
commit
85c99eaeba
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ in
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
extraPlugins = [ cfg.package ];
|
extraPlugins = [ cfg.package ];
|
||||||
|
extraLuaPackages = luaPkgs: [ luaPkgs.luautf8 ];
|
||||||
|
|
||||||
keymaps = mappings;
|
keymaps = mappings;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue