mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-30 22:59:31 +02:00
lualine: update options
This commit is contained in:
parent
e1313862b0
commit
fed1ded896
2 changed files with 42 additions and 41 deletions
|
@ -31,7 +31,7 @@
|
|||
programs.nixvim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
colorschemes.onedark = { enable = true; };
|
||||
colorschemes.tokyonight = { enable = true; };
|
||||
|
||||
extraPlugins = [ pkgs.vimPlugins.vim-nix ];
|
||||
|
||||
|
@ -50,9 +50,8 @@
|
|||
|
||||
maps.normalVisualOp."ç" = ":";
|
||||
|
||||
plugins.airline = {
|
||||
plugins.lualine = {
|
||||
enable = true;
|
||||
powerline = true;
|
||||
};
|
||||
|
||||
plugins.undotree.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue