🔧 Replaced vim indentline with nvim indent-line

This commit is contained in:
z3rOR0ne 2024-01-05 18:28:05 -08:00
parent 2e7b0fa8f3
commit 6c39c694b7
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
require("ibl").setup({
indent = { char = "¦" },
})

View file

@ -20,7 +20,8 @@ return require("packer").startup(function(use)
use({ "kyazdani42/nvim-tree.lua" })
use({ "psliwka/vim-smoothie" })
use({ "mg979/vim-visual-multi" })
use({ "Yggdroot/indentLine" })
-- use({ "Yggdroot/indentLine" })
use({ "lukas-reineke/indent-blankline.nvim" })
use({ "lewis6991/impatient.nvim" })
use({ "airblade/vim-gitgutter" })
use({ "f-person/git-blame.nvim" })