pkgs(nixvim): Set colorscheme and enable lualine plugin
This commit is contained in:
parent
cdf7e9908a
commit
9466308478
1 changed files with 7 additions and 0 deletions
|
|
@ -1,2 +1,9 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
|
colorschemes.gruvbox-material = {
|
||||||
|
enable = true;
|
||||||
|
autoLoad = true;
|
||||||
|
};
|
||||||
|
plugins = {
|
||||||
|
bufferline.enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue