feat(nord): change to nord theme
This commit is contained in:
parent
eb4c15b552
commit
759b991556
2 changed files with 745 additions and 13 deletions
9
nvf.nix
9
nvf.nix
|
@ -7,12 +7,13 @@ in {
|
|||
package = vimPlugins.mini-nvim;
|
||||
setup = "require('mini.statusline').setup {}";
|
||||
};
|
||||
nightfox = {
|
||||
package = vimPlugins.nightfox-nvim;
|
||||
setup = "vim.cmd('colorscheme carbonfox')";
|
||||
};
|
||||
# nightfox = {
|
||||
# package = vimPlugins.nightfox-nvim;
|
||||
# setup = "vim.cmd('colorscheme carbonfox')";
|
||||
# };
|
||||
};
|
||||
theme = {
|
||||
name = "nord";
|
||||
enable = true;
|
||||
style = "dark";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue