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, ... }: {
|
||||
imports = [
|
||||
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 = {
|
||||
enable = true;
|
||||
|
@ -17,8 +17,6 @@
|
|||
# Indent wrapped text.
|
||||
breakindent = true;
|
||||
colorcolumn = "100";
|
||||
# This is the default value. `:help cot` to see the available options.
|
||||
completeopt = "menu,preview";
|
||||
};
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
|
|
Loading…
Reference in a new issue