🔧 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 = "¦" },
})