🔧 Replaced vim indentline with nvim indent-line
This commit is contained in:
parent
2e7b0fa8f3
commit
6c39c694b7
2 changed files with 5 additions and 1 deletions
3
.config/nvim/after/plugin/indentline.lua
Normal file
3
.config/nvim/after/plugin/indentline.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
require("ibl").setup({
|
||||
indent = { char = "¦" },
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue