From 11c7eb57d446d634c55c39e0ad17287d36aab446 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Feb 2020 22:18:28 +0100 Subject: feat: make install using lt First working version of lt, Added a makefile (not installed). Could get rid of ~/.git which was interfering with rg, fzf. --- .vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 8e1e7c7..b811da5 100644 --- a/.vimrc +++ b/.vimrc @@ -3,6 +3,7 @@ set nocp filetype plugin on call plug#begin() +Plug 'bilalq/lite-dfm' Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' } call plug#end() @@ -54,6 +55,11 @@ noremap @ :s,^#,, " hi MatchParen cterm=reverse term=reverse ctermfg=white " +" Fix spell highlighting +hi clear SpellBad +hi SpellBad cterm=underline +hi SpellBad gui=undercurl + noremap o :!xdg-open & noremap :tag -- cgit v1.2.3