neovim: lukas-reineke/indent-blankline.nvim
This commit is contained in:
parent
fcc8b6e32b
commit
bd4b979fb7
4 changed files with 17 additions and 0 deletions
|
|
@ -142,6 +142,9 @@ local theme = lush(function(injected_functions)
|
|||
GitSignsDelete { bg = '#af3140', fg = '#FFFFFF' },
|
||||
GitSignsCurrentLineBlame { CursorLine, fg = '#81aeea' },
|
||||
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
IblIndent { fg = "#000000" },
|
||||
|
||||
-- For :Lushify to work, the groups have to be spelled as `sym` called
|
||||
-- on a string literal.
|
||||
|
||||
|
|
|
|||
|
|
@ -142,6 +142,9 @@ local theme = lush(function(injected_functions)
|
|||
GitSignsDelete { bg = '#f9acb5', fg = '#FFFFFF' },
|
||||
GitSignsCurrentLineBlame { CursorLine, fg = '#337ADA' },
|
||||
|
||||
-- lukas-reineke/indent-blankline.nvim
|
||||
IblIndent { fg = "#eeeeee" },
|
||||
|
||||
-- For :Lushify to work, the groups have to be spelled as `sym` called
|
||||
-- on a string literal.
|
||||
|
||||
|
|
|
|||
|
|
@ -68,6 +68,16 @@ return {
|
|||
{ "<leader>i", ":IlluminateToggle<cr>" },
|
||||
},
|
||||
},
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
main = "ibl",
|
||||
opts = {
|
||||
indent = {
|
||||
char = '┊',
|
||||
},
|
||||
scope = { enabled = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Treesitter
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue