removing vim-md-preview:
This commit is contained in:
parent
09e11d7a2c
commit
af0ad5018c
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -35,6 +35,9 @@
|
||||
[submodule "vim-nerdtree-tabs"]
|
||||
path = editors/vim/pack/man/start/vim-nerdtree-tabs
|
||||
url = https://github.com/jistr/vim-nerdtree-tabs
|
||||
[submodule "vim-markdown-preview"]
|
||||
path = editors/vim/pack/man/start/vim-markdown-preview
|
||||
url = https://github.com/iamcco/markdown-preview.nvim
|
||||
[submodule "tmux-mem-cpu-load"]
|
||||
path = src/tmux-mem-cpu-load
|
||||
url = https://github.com/thewtex/tmux-mem-cpu-load
|
||||
|
1
editors/vim/pack/man/start/vim-markdown-preview
Submodule
1
editors/vim/pack/man/start/vim-markdown-preview
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 02cc3874738bc0f86e4b91f09b8a0ac88aef8e96
|
@ -92,6 +92,11 @@ let g:vimtex_view_method = 'zathura'
|
||||
let g:tex_flavor='latex'
|
||||
let g:vimtex_quickfix_mode=0
|
||||
|
||||
" live markdown settings
|
||||
let g:mkdp_refresh_slow = 1
|
||||
|
||||
nnoremap <C-s> :MarkdownPreview<CR>
|
||||
|
||||
" fzf settings
|
||||
set rtp+=~/.fzf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user