Evie Litherland-Smith
4054030afc
Separate nvim config into separate project, to be used as submodule for main dotfile
6 lines
196 B
Lua
6 lines
196 B
Lua
return {
|
|
"lukas-reineke/indent-blankline.nvim",
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
config = function() require("indent_blankline").setup(require "config.indent_blankline") end,
|
|
}
|