Update vim and switch to ayu mirage

This commit is contained in:
Filippo Berto 2023-01-27 12:04:24 +01:00
parent 629816db84
commit cb7b63256e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
4 changed files with 18 additions and 7 deletions

View file

@ -7,8 +7,8 @@
name = "Qogir-dark";
};
theme = {
package = pkgs.nordic;
name = "Nordic-bluish-accent";
package = pkgs.ayu-theme-gtk;
name = "Ayu-Dark";
};
};

View file

@ -42,7 +42,7 @@ in {
package = pkgs.unstable.helix;
languages = [ ];
settings = {
theme = "catppuccin_mocha";
theme = "ayu_mirage";
editor.lsp.display-messages = true;
editor.scrolloff = 5;
editor.true-color = true;

View file

@ -4,9 +4,21 @@
plugins = with pkgs.vimPlugins; [
{
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
surround
];
@ -17,7 +29,6 @@
vimdiffAlias = true;
extraConfig = ''
set mouse=a
let g:airline#extensions#tabline#left_alt_sep = '>'
'';
};
}

View file

@ -1,6 +1,6 @@
self: super:
with super.lib.nix-rice;
let theme = kitty-themes.getThemeByName "Catppuccin-Mocha";
let theme = kitty-themes.getThemeByName "ayu_mirage";
in {
rice = {
colorPalette = rec {