1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added diffchar plugin for detailed diff

This commit is contained in:
2025-02-13 09:05:44 +01:00
parent 7b5070ab3e
commit 34d7979d62

2
vimrc
View File

@@ -64,11 +64,11 @@ Plug 'vim-scripts/mako.vim', { 'for': 'mako' }
Plug 'vim-scripts/mako.vim--Torborg', { 'for': 'mako' } Plug 'vim-scripts/mako.vim--Torborg', { 'for': 'mako' }
Plug 'vimwiki/vimwiki' Plug 'vimwiki/vimwiki'
Plug 'will133/vim-dirdiff' Plug 'will133/vim-dirdiff'
Plug 'rickhowe/diffchar.vim'
Plug 'thinca/vim-localrc' Plug 'thinca/vim-localrc'
call plug#end() call plug#end()
" }}} " }}}
" }}}
filetype plugin indent on "turn plugins/indent on filetype plugin indent on "turn plugins/indent on
syntax on "Turn syntax highlighting on syntax on "Turn syntax highlighting on