first commit
This commit is contained in:
commit
2a3ea31491
52 changed files with 2991 additions and 0 deletions
10
apps/neovim/ibl.lua
Normal file
10
apps/neovim/ibl.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require("ibl").setup {
|
||||
indent = {
|
||||
char = "",
|
||||
highlight = "IblIndent",
|
||||
}
|
||||
}
|
||||
--│, ┆, ⋅, ╎
|
||||
|
||||
-- Use very subtle color
|
||||
vim.api.nvim_set_hl(0, "IblIndent", { fg = "#3a3a3a" })
|
||||
Loading…
Add table
Add a link
Reference in a new issue