mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-25 13:14:37 +02:00
plugins: cleanup most extraConfig
args
- Remove `cfg` where it is unused. - Use `opts` where necessary.
This commit is contained in:
parent
63cfc84abe
commit
7b94afceaf
22 changed files with 98 additions and 99 deletions
|
@ -43,7 +43,7 @@ mkExtension {
|
|||
case_mode = "ignore_case";
|
||||
};
|
||||
|
||||
extraConfig = cfg: {
|
||||
extraConfig = {
|
||||
# Native library is in build/libfzf.so
|
||||
performance.combinePlugins.pathsToLink = [ "/build" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue