editors/neovim: add smart columns

This commit is contained in:
Anthony Rodriguez 2025-02-13 16:20:19 +01:00
parent 806a59d366
commit 276bc305cf
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -53,6 +53,14 @@
ui = {
noice.enable = true;
smartcolumn = {
enable = true;
setupOpts = {
custom_colorcolumn = {
nix = "110";
};
};
};
};
notify.nvim-notify.enable = true;