nvim: add extraConfig
This commit is contained in:
parent
d05719f15c
commit
f91e92c13c
1 changed files with 4 additions and 0 deletions
|
|
@ -71,6 +71,10 @@
|
|||
enable = true;
|
||||
vimAlias = true;
|
||||
|
||||
extraConfig = ''
|
||||
set nowrap
|
||||
'';
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-nix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue