diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2022-08-17 13:51:30 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2022-08-17 13:51:30 +0000 |
| commit | 87b2a30232d0ac2c201910b6a5271a1db8fdf664 (patch) | |
| tree | b17d78cff49a6360bcb8079255161df5f19501d7 /.config/vim | |
| parent | 51f67cc89bab04530f4d60dfd149358e3200b636 (diff) | |
Merge from downqwerk
Diffstat (limited to '.config/vim')
| -rw-r--r-- | .config/vim/vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index cfc8146..97a3388 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -6,7 +6,7 @@ set directory=$XDG_CACHE_HOME/vim,/tmp set backupdir=$XDG_CACHE_HOME/vim,/tmp set viminfo=%,<800,'10,/50,:100,h,f0,n$XDG_CACHE_HOME/vim/.viminfo let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" -set runtimepath=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after,$VIM,$VIMRUNTIME,$VIM/vimfiles,$VIM/vimfiles/after +set runtimepath=$XDG_CONFIG_HOME/vim,$XDG_CONFIG_HOME/vim/after,$VIM,$VIMRUNTIME,$VIM/vimfiles,$VIM/vimfiles/after,$VIM/vimfiles/plugin/ " Check if the backup/swap dir exists if !isdirectory($XDG_CACHE_HOME) @@ -199,4 +199,4 @@ autocmd InsertLeave * silent execute "!echo -ne '\e[2 q'" let &t_Cs = "\e[4:3m" let &t_Ce = "\e[4:0m" highlight SpellBad guisp=red gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE term=underline cterm=undercurl ctermul=red -highlight SpellCap guisp=yellow gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE term=underline cterm=undercurl ctermul=yellow +highlight SpellCap guisp=yellow gui=undercurl guifg=NONE guibg=NONE ctermfg=NONE ctermbg=NONE term=underline cterm=undercurl ctermul=yellow |
