added shortcut to open small horizontal window for using neoterm with

This commit is contained in:
tomit4 2021-10-17 13:37:48 -07:00
parent a3ea2d68a7
commit 98d8d1d699

View file

@ -15,6 +15,7 @@ Plug 'Yggdroot/indentLine'
Plug 'sheerun/vim-polyglot'
Plug 'iamcco/markdown-preview.nvim', {'do': { -> mkdp#util#install() }}
Plug 'luochen1990/rainbow'
Plug 'kassio/neoterm'
Plug 'yaegassy/coc-volar'
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
nmap <C-m> <Plug>MarkdownPreviewToggle
nmap <C-s> 50:new
" vim-prettier
"let g:prettier#quickfix_enabled = 0
"let g:prettier#quickfix_auto_focus = 0