This commit is contained in:
iFargle 2024-02-08 20:44:15 +09:00
parent bbc6f6238f
commit 6c0e6edad5

View file

@ -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;