test
This commit is contained in:
parent
bbc6f6238f
commit
6c0e6edad5
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ inputs, pkgs, config, lib, theme, ... }: {
|
{ inputs, pkgs, config, lib, theme, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
] ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix;
|
]; # ++ lib.optional (builtins.isString theme) ../../../../stylix/${theme}/home-manager/nixvim.nix;
|
||||||
|
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -17,8 +17,6 @@
|
||||||
# Indent wrapped text.
|
# Indent wrapped text.
|
||||||
breakindent = true;
|
breakindent = true;
|
||||||
colorcolumn = "100";
|
colorcolumn = "100";
|
||||||
# This is the default value. `:help cot` to see the available options.
|
|
||||||
completeopt = "menu,preview";
|
|
||||||
};
|
};
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue