From c27dc67f83e1e8d7519655b887d761e6587412aa Mon Sep 17 00:00:00 2001 From: sandersantema Date: Thu, 5 Apr 2018 20:45:40 +0200 Subject: [PATCH] Wrong path for fish config --- vim_neovim_manpager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim_neovim_manpager.md b/vim_neovim_manpager.md index 281df5f..6343771 100644 --- a/vim_neovim_manpager.md +++ b/vim_neovim_manpager.md @@ -19,10 +19,10 @@ vim religion invades the manpages if the above doesn't work try the following: export MANPAGER="nvim -c 'set ft=man' -" - nvim ~/.config/config.fish + nvim ~/.config/fish/config.fish set MANPAGER "nvim -c 'set ft=man' -" - The following does seem to disable the default keybinding gO to toggle the TOC: + The following code snippet does seem to disable the default keybinding gO to toggle the TOC: nvim ~/.config/nvim/init.vim filetype plugin on syntax on