From 95d6d8aed90c7a33886c438d416ec1baf41d3bfe Mon Sep 17 00:00:00 2001 From: Josh Fabean Date: Fri, 8 Apr 2016 08:47:00 -0500 Subject: [PATCH] now sort scss alphabetic --- .nvimrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.nvimrc b/.nvimrc index ac137b4..0e84917 100644 --- a/.nvimrc +++ b/.nvimrc @@ -40,6 +40,9 @@ Plug 'tanarurkerem/drupal-snippets' "Stupid Coffee Script Because dummies Plug 'kchmck/vim-coffee-script' +"Git plugin +Plug 'tpope/vim-fugitive' + call plug#end() let g:airline#extensions#tabline#enabled = 1 @@ -74,6 +77,9 @@ let python_highlight_all = 1 "execute "set =\e\eD" nnoremap :bnext nnoremap :bprevious -nnoremap :bd +nnoremap :bd + +"sort scss alphabetically +nnoremap :g#\({\n\)\@<=#.,/\.*[{}]\@=/-1 sort ":h i_CTRL-V