aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim/autocmds
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha/conf/nvim/autocmds')
-rw-r--r--hm/soispha/conf/nvim/autocmds/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/autocmds/default.nix b/hm/soispha/conf/nvim/autocmds/default.nix
index 04942e28..a8f00bdc 100644
--- a/hm/soispha/conf/nvim/autocmds/default.nix
+++ b/hm/soispha/conf/nvim/autocmds/default.nix
@@ -76,7 +76,7 @@
{
event = ["InsertEnter"];
pattern = ["*"];
- command = "set colorcolumn=${config.programs.nixvim.options.colorcolumn}";
+ command = "set colorcolumn=${config.programs.nixvim.opts.colorcolumn}";
group = "colorcolumn_toggle";
desc = "Only activate the colorcolumn when focused";
}