nvim: add extraConfig

This commit is contained in:
Alexander Kobjolke 2021-07-23 18:24:08 +02:00
parent d05719f15c
commit f91e92c13c

View file

@ -71,6 +71,10 @@
enable = true;
vimAlias = true;
extraConfig = ''
set nowrap
'';
plugins = with pkgs.vimPlugins; [
vim-nix