Changed neovim colorscheme to nightfox/nordfox
This commit is contained in:
parent
299528e840
commit
b4f1f0401d
@ -5,12 +5,12 @@
|
|||||||
./components/firefox.nix
|
./components/firefox.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
fastfetch.enable = true;
|
fastfetch.enable = true;
|
||||||
htop.enable = true;
|
htop.enable = true;
|
||||||
|
|
||||||
|
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
historyControl = [ "ignoreboth" ];
|
historyControl = [ "ignoreboth" ];
|
||||||
@ -32,11 +32,11 @@
|
|||||||
nixvim = {
|
nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
viAlias = true;
|
colorschemes.nightfox = {
|
||||||
vimAlias = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
flavor = "nordfox";
|
||||||
|
};
|
||||||
|
|
||||||
colorschemes.tokyonight.enable = true;
|
|
||||||
plugins = {
|
plugins = {
|
||||||
guess-indent.enable = true;
|
guess-indent.enable = true;
|
||||||
|
|
||||||
@ -45,9 +45,9 @@
|
|||||||
suggestion = {
|
suggestion = {
|
||||||
autoTrigger = true;
|
autoTrigger = true;
|
||||||
keymap = {
|
keymap = {
|
||||||
accept = "<Tab>";
|
accept = "<M-Right>";
|
||||||
acceptLine = "<M-l>";
|
acceptLine = "<M-l>";
|
||||||
acceptWord = "<M-Right>";
|
acceptWord = "<M-w>";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user