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