all repos — dotfiles @ 994ca0bdb9ec20ef77782ebabaedd9726c0d8dac

my *nix dotfiles

refactor(init.vim): comments
icyphox icyph0x@protonmail.com
Thu, 08 Mar 2018 12:29:54 +0530
commit

994ca0bdb9ec20ef77782ebabaedd9726c0d8dac

parent

1afe75584fece2a41a07ae7757570dd068d28988

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M config/nvim/init.vimconfig/nvim/init.vim

@@ -131,13 +131,13 @@ let g:deoplete#enable_at_startup = 1

nmap <silent> H :let g:help_in_tabs = !g:help_in_tabs<CR -"Only apply to .txt files... +" Only apply to .txt files augroup HelpInTabs autocmd! autocmd BufEnter *.txt call HelpInNewTab() augroup END -"Only apply to help files... +" Only apply to help files function! HelpInNewTab () if &buftype == 'help' && g:help_in_tabs "Convert the help window to a tab...