Update vim and switch to ayu mirage
This commit is contained in:
parent
629816db84
commit
cb7b63256e
4 changed files with 18 additions and 7 deletions
|
|
@ -7,8 +7,8 @@
|
||||||
name = "Qogir-dark";
|
name = "Qogir-dark";
|
||||||
};
|
};
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.nordic;
|
package = pkgs.ayu-theme-gtk;
|
||||||
name = "Nordic-bluish-accent";
|
name = "Ayu-Dark";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ in {
|
||||||
package = pkgs.unstable.helix;
|
package = pkgs.unstable.helix;
|
||||||
languages = [ ];
|
languages = [ ];
|
||||||
settings = {
|
settings = {
|
||||||
theme = "catppuccin_mocha";
|
theme = "ayu_mirage";
|
||||||
editor.lsp.display-messages = true;
|
editor.lsp.display-messages = true;
|
||||||
editor.scrolloff = 5;
|
editor.scrolloff = 5;
|
||||||
editor.true-color = true;
|
editor.true-color = true;
|
||||||
|
|
|
||||||
|
|
@ -4,9 +4,21 @@
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
{
|
{
|
||||||
plugin = airline;
|
plugin = airline;
|
||||||
config = "let g:airline#extensions#tabline#left_alt_sep = '>'";
|
# config = "let g:airline#extensions#tabline#left_alt_sep = '>'";
|
||||||
|
}
|
||||||
|
|
||||||
|
# {
|
||||||
|
# plugin = catppuccin-nvim;
|
||||||
|
# config = "colorscheme catppuccin-mocha";
|
||||||
|
# }
|
||||||
|
{
|
||||||
|
plugin = neovim-ayu;
|
||||||
|
config = "colorscheme ayu-mirage";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
plugin = vim-airline-themes;
|
||||||
|
config = "let g:airline_theme='ayu_mirage'";
|
||||||
}
|
}
|
||||||
vim-airline-themes
|
|
||||||
fugitive
|
fugitive
|
||||||
surround
|
surround
|
||||||
];
|
];
|
||||||
|
|
@ -17,7 +29,6 @@
|
||||||
vimdiffAlias = true;
|
vimdiffAlias = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set mouse=a
|
set mouse=a
|
||||||
let g:airline#extensions#tabline#left_alt_sep = '>'
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
rice.nix
2
rice.nix
|
|
@ -1,6 +1,6 @@
|
||||||
self: super:
|
self: super:
|
||||||
with super.lib.nix-rice;
|
with super.lib.nix-rice;
|
||||||
let theme = kitty-themes.getThemeByName "Catppuccin-Mocha";
|
let theme = kitty-themes.getThemeByName "ayu_mirage";
|
||||||
in {
|
in {
|
||||||
rice = {
|
rice = {
|
||||||
colorPalette = rec {
|
colorPalette = rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue