editors/neovim: add smart columns
This commit is contained in:
parent
806a59d366
commit
276bc305cf
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
noice.enable = true;
|
noice.enable = true;
|
||||||
|
smartcolumn = {
|
||||||
|
enable = true;
|
||||||
|
setupOpts = {
|
||||||
|
custom_colorcolumn = {
|
||||||
|
nix = "110";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
notify.nvim-notify.enable = true;
|
notify.nvim-notify.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue