Tridactyl!

This commit is contained in:
Geoffrey Frogeye 2019-08-11 17:06:45 +02:00
parent 0cdee7b7d8
commit 392dfed89a
5 changed files with 111 additions and 3 deletions

View file

@ -72,7 +72,9 @@ Plug 'autozimu/LanguageClient-neovim', {
" Automatically closes brackets, quotes and parentheses
Plug 'jiangmiao/auto-pairs'
" Plug 'jiangmiao/auto-pairs'
" Disabled : While it works correctly when typing code,
" when modifying existing one it's another thing
call plug#end()