This commit is contained in:
Philipp Hochkamp 2023-03-06 20:46:03 +01:00
parent c27f88ec40
commit 44c2cd9bbc
4 changed files with 109 additions and 22 deletions

View file

@ -24,7 +24,7 @@
in
{
enable = true;
#package = pkgs.neovim-nightly;
package = pkgs.neovim-nightly;
extraConfig = ''
set runtimepath^=~/.config/nvim
lua dofile('${./config/nvim.lua}')