diff --git a/modules/programs/editors/neovim/default.nix b/modules/programs/editors/neovim/default.nix index e74487d..e3b68b2 100644 --- a/modules/programs/editors/neovim/default.nix +++ b/modules/programs/editors/neovim/default.nix @@ -53,6 +53,14 @@ ui = { noice.enable = true; + smartcolumn = { + enable = true; + setupOpts = { + custom_colorcolumn = { + nix = "110"; + }; + }; + }; }; notify.nvim-notify.enable = true;