all repos — dotfiles @ 34967f2735d2094d62af462fc58c71ef17c4b5ee

my *nix dotfiles

vim: Add awk indent

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 01 Jun 2020 09:32:17 +0530
commit

34967f2735d2094d62af462fc58c71ef17c4b5ee

parent

33199f3a29ddd3abd01a8505ee0466b9d30d04de

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M home/.vimrchome/.vimrc

@@ -16,6 +16,7 @@ Plug 'reedes/vim-pencil', { 'for': ['text', 'markdown'] }

Plug 'plasticboy/vim-markdown', { 'for': ['text', 'markdown'] } " }}} Plug 'ervandew/supertab' +Plug 'Clavelito/indent-awk.vim' Plug 'wellle/targets.vim' Plug 'tpope/vim-rsi' call plug#end()