1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Use master branch of indentblankline

This commit is contained in:
jdhao 2021-07-04 00:08:40 +08:00
parent cbf682f234
commit 82e2b1078d

View File

@ -86,7 +86,7 @@ require('packer').startup(
use 'mhinz/vim-startify'
end
use {'lukas-reineke/indent-blankline.nvim', branch = 'lua'}
use {'lukas-reineke/indent-blankline.nvim'}
-- Highlight URLs inside vim
use 'itchyny/vim-highlighturl'