diff options
author | June McEnroe <june@causal.agency> | 2019-10-14 23:23:15 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-14 23:23:15 -0400 |
commit | 7c008dbc3709b80042d3b30dd7ccc72935933f93 (patch) | |
tree | 407ae6d9505c729c412ec6f7a1052ee9dbd4e4aa | |
parent | Add All Systems Red (diff) | |
download | src-7c008dbc3709b80042d3b30dd7ccc72935933f93.tar.gz src-7c008dbc3709b80042d3b30dd7ccc72935933f93.zip |
Set the write variable for nvim man mode
Embarrassing...
Diffstat (limited to '')
-rw-r--r-- | home/.config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index 0eeae165..9008ce0e 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -14,7 +14,7 @@ set foldmethod=syntax foldlevel=99 foldopen-=block let asmsyntax = "nasm" let c_syntax_for_h = 1 let is_posix = 1 -let man_hard_wrap = 1 +let man_hardwrap = 1 set title laststatus=1 set scrolloff=1 |