Use nixvim
This commit is contained in:
parent
f0217e4640
commit
ecb2a05d60
72 changed files with 691 additions and 1664 deletions
11
modules/home-manager/coding/neovim/plugins/lualine.nix
Normal file
11
modules/home-manager/coding/neovim/plugins/lualine.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
plugins.lualine = {
|
||||
enable = true;
|
||||
|
||||
settings.options = {
|
||||
component_separators = "";
|
||||
icons_enabled = false;
|
||||
section_separators = "";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue