This commit is contained in:
Philipp Hochkamp 2022-03-02 01:08:16 +01:00
parent 849bb9bb96
commit cfb0036917
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
4 changed files with 5 additions and 7 deletions

View file

@ -20,12 +20,12 @@
{
enable = true;
package = pkgs.neovim-nightly;
extraConfig = ''
set runtimepath^=~/.config/nvim
lua dofile('~/.config/nvim/nvim.lua')
'';
vimAlias = true;
viAlias = true;
extraConfig = ''
set runtimepath^=~/.config/nvim
lua dofile('~/.config/nvim/init.lua')
'';
plugins =
let
nnn-vim = pkgs.vimUtils.buildVimPlugin {