add lualine and play a bit with astroui
This commit is contained in:
parent
e0dfc1e2d1
commit
c42f7a4d8f
7 changed files with 58 additions and 7 deletions
|
|
@ -62,6 +62,11 @@
|
|||
buftypes = []; # buffer types to ignore sessions
|
||||
};
|
||||
};
|
||||
mappings = {
|
||||
n = {
|
||||
"<Leader>b" = { desc = "Buffers"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
extraPlugins = [pkgs.vimPlugins.astrocore];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue