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";
|
||||
};
|
||||
theme = {
|
||||
package = pkgs.nordic;
|
||||
name = "Nordic-bluish-accent";
|
||||
package = pkgs.ayu-theme-gtk;
|
||||
name = "Ayu-Dark";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = '>'
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
2
rice.nix
2
rice.nix
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue