Neovim: Enable indent-blankline

This commit is contained in:
Marko Korhonen 2021-12-03 09:30:27 +02:00
parent 6573316fba
commit bf1c9234e2
3 changed files with 10 additions and 16 deletions

View file

@ -41,7 +41,7 @@ require('packer').startup(function()
use 'tpope/vim-fugitive'
-- Indent characters
-- use "lukas-reineke/indent-blankline.nvim"
use "lukas-reineke/indent-blankline.nvim"
-- Tree explorer
use {'kyazdani42/nvim-tree.lua', requires = 'kyazdani42/nvim-web-devicons'}