Changed neovim colorscheme to nightfox/nordfox

This commit is contained in:
xezo360hye 2024-08-05 01:59:05 +03:00
parent 299528e840
commit b4f1f0401d

View File

@ -5,12 +5,12 @@
./components/firefox.nix
];
programs = {
home-manager.enable = true;
fastfetch.enable = true;
htop.enable = true;
bash = {
enable = true;
historyControl = [ "ignoreboth" ];
@ -32,11 +32,11 @@
nixvim = {
enable = true;
viAlias = true;
vimAlias = true;
defaultEditor = true;
colorschemes.nightfox = {
enable = true;
flavor = "nordfox";
};
colorschemes.tokyonight.enable = true;
plugins = {
guess-indent.enable = true;
@ -45,9 +45,9 @@
suggestion = {
autoTrigger = true;
keymap = {
accept = "<Tab>";
accept = "<M-Right>";
acceptLine = "<M-l>";
acceptWord = "<M-Right>";
acceptWord = "<M-w>";
};
};
};