fix-nvim2

This commit is contained in:
Philipp Hochkamp 2022-03-02 01:11:47 +01:00
parent cfb0036917
commit c47e83f453
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
2 changed files with 3 additions and 3 deletions

View file

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