kickstart.nvim/lua/plugins/indent_line.lua
David Hendén 0cf6219bdf huge reordering of config
add codeium plugin
change keymaps for completion picker to up/down/tab
remove comments
compact config
2024-11-22 09:58:47 -04:00

10 lines
217 B
Lua

return {
{ -- Add indentation guides even on blank lines
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
opts = {},
},
}