fix(nvim): Translate colorscheme to nixvim
This commit is contained in:
parent
059fd47aa0
commit
a41e9d3e50
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ in
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
globals.mapleader = " ";
|
globals.mapleader = " ";
|
||||||
# Appearance
|
# Appearance
|
||||||
colorschemes.gruvbox-nvim.enable = true;
|
colorschemes.gruvbox.enable = true;
|
||||||
colorschemes.gruvbox-nvim.bold = true;
|
colorschemes.gruvbox.settings.bold = true;
|
||||||
colorschemes.gruvbox-nvim.transparentBg = true;
|
colorschemes.gruvbox.settings.transparent_mode = true;
|
||||||
colorschemes.gruvbox-nvim.trueColor = true;
|
colorschemes.gruvbox.settings.terminal_colors = true;
|
||||||
options.number = true;
|
options.number = true;
|
||||||
options.relativenumber = true;
|
options.relativenumber = true;
|
||||||
options.colorcolumn = "+1";
|
options.colorcolumn = "+1";
|
||||||
|
|
Loading…
Reference in a new issue