This commit is contained in:
KoenDR06 2024-10-08 14:34:16 +02:00
parent 620e72258f
commit 5c2fe80e1a
4 changed files with 31 additions and 30 deletions

View file

@ -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
];
};
}