summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2020-02-15 22:10:43 +0100
committerMarc Vertes <mvertes@free.fr>2020-02-15 22:10:43 +0100
commit6072454910045c093b8911bcd92d9db584312bf3 (patch)
treec7d11db8778bfbd902e7ad261fc696c8be4fee99 /.vimrc
parent141502a84b8258095463becc4da6b2e19c311d8d (diff)
update
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 6 insertions, 0 deletions
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 <buffer> @ :s,^#,,
" hi MatchParen cterm=reverse term=reverse ctermfg=white
"
+" Fix spell highlighting
+hi clear SpellBad
+hi SpellBad cterm=underline
+hi SpellBad gui=undercurl
+
noremap <leader>o :!xdg-open <cfile>&<cr><cr>
noremap <C-g> :tag <c-r><c-w><cr>