From 11393b50bb2b007917d6ea1420ec62e60ab16ec6 Mon Sep 17 00:00:00 2001 From: infidel Date: Sat, 30 Apr 2022 18:00:13 +0700 Subject: [PATCH] Added vimbox-draw for ascii diagrams on essential pluginsj --- .vimrc | 1 + Readme.md | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e460eb7..4bd7c39 100644 --- a/.vimrc +++ b/.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'} diff --git a/Readme.md b/Readme.md index 799c5d5..c0b351c 100644 --- a/Readme.md +++ b/Readme.md @@ -27,7 +27,7 @@ This is the essential VIM and Tmux configuration for cli based unix systems. ### NerdTree Toggle NerdTree with . - +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)