From 683d0e1389ed91dfde39a6a71abfde77ef7c0ded Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Thu, 26 Jul 2018 23:49:05 -0400 Subject: [PATCH] Minor tweaks to vimrc --- vim/vimrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 3cfa2a0..c8c47a4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -56,6 +56,8 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) " INSTALL PLUGINS {{{ " Plugs will be downloaded under the specified directory. call plug#begin('~/.vim/bundle') + " Moine! + Plug '~/git/vim-mwts' " Colorscheme Plug 'morhetz/gruvbox' @@ -98,6 +100,9 @@ if filereadable(expand("~/.vim/autoload/plug.vim")) " markdown rendering Plug 'suan/vim-instant-markdown' + " Async Linting! + Plug 'w0rp/ale' + " code-completion (leave commented usually -- slows down start) " Plug 'Valloric/YouCompleteMe' @@ -258,8 +263,8 @@ nnoremap :next " Clear that highlight! nnoremap :nohlsearch -" Get greppin quick! -nnoremap g :grep +" Get greppin quick! --> search word under cursor +nnoremap g yiw:grep 0 " Toggle whitespace nnoremap w :set list! -- libgit2 0.28.4