Changes
This commit is contained in:
parent
620e72258f
commit
5c2fe80e1a
4 changed files with 31 additions and 30 deletions
|
|
@ -17,8 +17,12 @@
|
|||
{
|
||||
plugin = pkgs.vimPlugins.lualine-nvim;
|
||||
config = lib.fileContents ./lualine.vim;
|
||||
# Change icons so that lualine looks nice in tty
|
||||
}
|
||||
{ plugin = pkgs.vimPlugins.neoscroll-nvim; }
|
||||
# Save lsat cursor position
|
||||
# When in normal mode, I have to press arrow right to make a new line. Bad.
|
||||
# Clock in vim
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue