pkg(nixvim): Modify some nixvim options
This commit is contained in:
parent
bf50c2b05c
commit
86f39ed4ce
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ makeNixvimWithModule {
|
|||
module = {
|
||||
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
|
||||
enableMan = true;
|
||||
plugins.lualine.enable = true;
|
||||
enablePrintInit = true;
|
||||
package = neovim_git;
|
||||
performance = {
|
||||
# combinePlugins = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue