summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-14 23:23:15 -0400
committerJune McEnroe <june@causal.agency>2019-10-14 23:23:15 -0400
commit727506dbebb5afc8a81b72c81630a04a0feb8a54 (patch)
tree75c6f9ddb861fcf282174f1083bafffa7cd41fd0 /home
parentAdd All Systems Red (diff)
downloadsrc-727506dbebb5afc8a81b72c81630a04a0feb8a54.tar.gz
src-727506dbebb5afc8a81b72c81630a04a0feb8a54.zip
Set the write variable for nvim man mode
Embarrassing...
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/init.vim2
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