diff --git a/common/modules/neovim/plugins/indent.lua b/common/modules/neovim/plugins/indent.lua index 71b492e9..61494fd3 100644 --- a/common/modules/neovim/plugins/indent.lua +++ b/common/modules/neovim/plugins/indent.lua @@ -18,4 +18,9 @@ hooks.register(hooks.type.HIGHLIGHT_SETUP, function() vim.api.nvim_set_hl(0, "RainbowCyan", { fg = "#56B6C2" }) end) -require('ibl').setup({ indent = { highlight = highlight } }) +require('ibl').setup({ + indent = { + highlight = highlight, + char = "▏", + }, +})