mirror of
https://github.com/amix/vimrc
synced 2025-07-27 23:45:00 +08:00
Add markdown preview, update rust.vim
This commit is contained in:
12
sources_non_forked/markdown-preview.nvim/test/init.vim
Normal file
12
sources_non_forked/markdown-preview.nvim/test/init.vim
Normal file
@ -0,0 +1,12 @@
|
||||
set nocompatible
|
||||
|
||||
" let $NVIM_SRAN_LOG_FILE = expand('~/sran-nvim.log')
|
||||
" let $NVIM_SRAN_LOG_LEVEL = 'debug'
|
||||
" let $NVIM_MKDP_LOG_FILE = expand('~/mkdp-log.log')
|
||||
" let $NVIM_MKDP_LOG_LEVEL = 'debug'
|
||||
" let $VIM_MKDP_RPC_LOG_FILE = expand('~/mkdp-rpc-log.log')
|
||||
" let $VIM_MKDP_RPC_LOG_LEVEL = 'debug'
|
||||
|
||||
|
||||
execute 'set rtp+=' . expand('<sfile>:p:h:h')
|
||||
" execute 'set rtp+=' . expand('<sfile>:p:h:h:h') . '/coc.nvim'
|
Reference in New Issue
Block a user