aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-10-04 22:27:03 +0200
committerneodarz <neodarz@neodarz.net>2020-10-04 22:27:03 +0200
commit029c3e8c3fcdee51d72add280397c42f4f1f56dd (patch)
treecc07824c58dc42940e2ff397b9e21a0d20fbfab0
parent3d1846987df2929d5f09aedc6c8a95ebac76cef4 (diff)
downloaddotfiles_dotdrop-029c3e8c3fcdee51d72add280397c42f4f1f56dd.tar.xz
dotfiles_dotdrop-029c3e8c3fcdee51d72add280397c42f4f1f56dd.zip
Enable riv and disable markdown preview in vim
-rw-r--r--dotfiles/config/nvim/init.vim9
1 files changed, 8 insertions, 1 deletions
diff --git a/dotfiles/config/nvim/init.vim b/dotfiles/config/nvim/init.vim
index f45a03c..b4ddee6 100644
--- a/dotfiles/config/nvim/init.vim
+++ b/dotfiles/config/nvim/init.vim
@@ -216,7 +216,9 @@ Plugin 'andreyorst/SimpleWorkspaces.vim'
" markdown prev
" https://github.com/iamcco/markdown-preview.nvim/issues/43
" Vundle don't support plugin hook so need to run :call mkdp#util#install()
-Plugin 'iamcco/markdown-preview.nvim'
+"Plugin 'iamcco/markdown-preview.nvim'
+
+Plugin 'Rykka/riv.vim'
" After all plugins...
@@ -524,3 +526,8 @@ let g:fzf_tags_command = 'ctags -R'
" [Commands] --expect expression for directly executing the command
let g:fzf_commands_expect = 'alt-enter,ctrl-x'
+
+"set nofoldenable " disable folding
+let g:riv_disable_folding = 1
+
+set mmp=2000