Added vimbox-draw for ascii diagrams on essential pluginsj
This commit is contained in:
parent
ae1344805a
commit
11393b50bb
1
.vimrc
1
.vimrc
@ -9,6 +9,7 @@ Plug 'junegunn/vim-easy-align'
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'junegunn/goyo.vim'
|
||||
Plug 'junegunn/limelight.vim'
|
||||
Plug 'gyim/vim-boxdraw'
|
||||
|
||||
" Auto Completes
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
|
10
Readme.md
10
Readme.md
@ -27,7 +27,7 @@ This is the essential VIM and Tmux configuration for cli based unix systems.
|
||||
### NerdTree
|
||||
|
||||
Toggle NerdTree with <CTRL-k><k>.
|
||||
|
||||
T
|
||||
### EasyAlign
|
||||
|
||||
Perform multiline visual select then enter `ga`. Next enter your preference alignment.
|
||||
@ -55,6 +55,14 @@ CoC now can use tab to navigate completion list. Make sure the target machine ha
|
||||
|
||||
> Completor is not good for servers, as it requires vim version with python support.
|
||||
|
||||
#### vimbox-draw
|
||||
|
||||
Create ASCII diagrams :
|
||||
|
||||
- Visual select some box
|
||||
- invoke `+o` to create box or `+O` to create box with label
|
||||
- To add label into existing box, visual select the area then invoke `+c`
|
||||
|
||||
## Future Improvement
|
||||
|
||||
- [x] Script automatically detect the environment (e.g. BSD)
|
||||
|
Loading…
Reference in New Issue
Block a user