mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
fix min build
This commit is contained in:
parent
14fec02d63
commit
80efd65a10
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ in {
|
|||
appName = "nvim";
|
||||
extraPackages = basePackages;
|
||||
ignoreConfigRegexes = [
|
||||
"*/lsp.lua"
|
||||
"*/debug.lua"
|
||||
".*lsp.lua"
|
||||
".*debug.lua"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue