X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8f7a0fb475db30aab3afbd73bf963369f2b43615..ae835fc9a2ead05cca90b1e003592aa4d8780527:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index fe0aa12..4a51a99 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -132,21 +132,30 @@ Plug 'mtth/scratch.vim' " {{{2 let g:scratch_autohide = 0 "}}} -Plug 'vim-utils/vim-man' " {{{2 -let g:man_width = 80 +let g:man_hardwrap = 80 +if !has('nvim') + Plug 'vim-utils/vim-man' " {{{2 + let g:man_width = 80 "}}} +endif +Plug 'jenterkin/vim-autosource' " {{{2 + let g:autosource_hashdir = $XDG_CACHE_HOME . '/vim/vim-autosource' + let g:autosource_conf_names = ['.vimrc', '.vimrc.lua'] +"}}} call plug#end() filetype plugin indent on +syntax on " colorscheme {{{1 -syntax on set background=dark let &t_8f = "\[38;2;%lu;%lu;%lum" let &t_8b = "\[48;2;%lu;%lu;%lum" set termguicolors -colorscheme $THEME +if !has('nvim') + colorscheme $THEME +endif "TODO see how I can integrate this into a theme that customises upstream Nord hi debugPC term=reverse ctermbg=8