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
commit7c008dbc3709b80042d3b30dd7ccc72935933f93 (patch)
tree407ae6d9505c729c412ec6f7a1052ee9dbd4e4aa /home
parentAdd All Systems Red (diff)
downloadsrc-7c008dbc3709b80042d3b30dd7ccc72935933f93.tar.gz
src-7c008dbc3709b80042d3b30dd7ccc72935933f93.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