feat(prog/nvim): add cmd abbr for belright split
This commit is contained in:
parent
37992c5766
commit
ee8cd68b5c
1 changed files with 4 additions and 1 deletions
|
@ -27,6 +27,9 @@ nnoremap <leader>ev :split $MYVIMRC<cr>
|
|||
nnoremap <leader>sv :source $MYVIMRC<cr>
|
||||
" }}}
|
||||
|
||||
cabbrev bsp belowright split
|
||||
cabbrev rvsp belowright vsplit
|
||||
|
||||
" Markdown file settings {{{
|
||||
aug filetype_md
|
||||
au!
|
||||
|
@ -68,7 +71,7 @@ let g:sql_type_default = 'pgsql'
|
|||
let g:neoformat_try_node_exe = 1
|
||||
aug fmt
|
||||
au!
|
||||
au FileType javascript,javascriptreact,typescript,typescriptreact,rust
|
||||
au FileType javascript,javascriptreact,typescript,typescriptreact,rust,haskell
|
||||
\ au BufWritePre <buffer> undojoin | Neoformat
|
||||
aug END
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue