added shortcut to open small horizontal window for using neoterm with
This commit is contained in:
parent
a3ea2d68a7
commit
98d8d1d699
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ Plug 'Yggdroot/indentLine'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'iamcco/markdown-preview.nvim', {'do': { -> mkdp#util#install() }}
|
Plug 'iamcco/markdown-preview.nvim', {'do': { -> mkdp#util#install() }}
|
||||||
Plug 'luochen1990/rainbow'
|
Plug 'luochen1990/rainbow'
|
||||||
|
Plug 'kassio/neoterm'
|
||||||
Plug 'yaegassy/coc-volar'
|
Plug 'yaegassy/coc-volar'
|
||||||
Plug 'prettier/vim-prettier', { 'do': 'npm install', 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'svelte', 'yaml', 'html'] }
|
Plug 'prettier/vim-prettier', { 'do': 'npm install', 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'svelte', 'yaml', 'html'] }
|
||||||
|
|
||||||
|
|
@ -65,6 +66,8 @@ let g:mkdp_auto_close = 0
|
||||||
" keybind map Ctrl + m to :MarkdownPreview
|
" keybind map Ctrl + m to :MarkdownPreview
|
||||||
nmap <C-m> <Plug>MarkdownPreviewToggle
|
nmap <C-m> <Plug>MarkdownPreviewToggle
|
||||||
|
|
||||||
|
nmap <C-s> 50:new
|
||||||
|
|
||||||
" vim-prettier
|
" vim-prettier
|
||||||
"let g:prettier#quickfix_enabled = 0
|
"let g:prettier#quickfix_enabled = 0
|
||||||
"let g:prettier#quickfix_auto_focus = 0
|
"let g:prettier#quickfix_auto_focus = 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue