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 = {
|
module = {
|
||||||
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
|
imports = with lib; youthlic.loadImports' ./. (filter (name: !hasSuffix "/package.nix" (toString name)));
|
||||||
enableMan = true;
|
enableMan = true;
|
||||||
plugins.lualine.enable = true;
|
enablePrintInit = true;
|
||||||
package = neovim_git;
|
package = neovim_git;
|
||||||
performance = {
|
performance = {
|
||||||
# combinePlugins = {
|
# combinePlugins = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue