comparison dot_config/nvim/init.vim @ 303:eaf1cdf558a0

Switch to lua branch of indent-blankline plugin
author zegervdv <zegervdv@me.com>
date Sat, 14 Nov 2020 16:03:32 +0100
parents 64b404b2eba0
children 10078cb76622
comparison
equal deleted inserted replaced
302:64b404b2eba0 303:eaf1cdf558a0
78 Plug 'mhinz/vim-grepper', { 'on' : 'Grepper' } 78 Plug 'mhinz/vim-grepper', { 'on' : 'Grepper' }
79 79
80 " Indentation 80 " Indentation
81 " Plug 'nathanaelkane/vim-indent-guides' 81 " Plug 'nathanaelkane/vim-indent-guides'
82 Plug 'Yggdroot/indentline' 82 Plug 'Yggdroot/indentline'
83 Plug 'lukas-reineke/indent-blankline.nvim' 83 Plug 'lukas-reineke/indent-blankline.nvim', { 'branch': 'lua' }
84 84
85 " Command line 85 " Command line
86 Plug 'tpope/vim-eunuch', { 'on' : ['Remove', 'Unlink', 'Move', 'Rename', 'Mkdir', 'Chmod', 'Find', 'Locate', 'SudoEdit', 'SudoWrite']} 86 Plug 'tpope/vim-eunuch', { 'on' : ['Remove', 'Unlink', 'Move', 'Rename', 'Mkdir', 'Chmod', 'Find', 'Locate', 'SudoEdit', 'SudoWrite']}
87 87
88 " Undoing 88 " Undoing