nvim/lua/indent-blankline.lua
Just Midi f81c4bde28 nvim-lsp-installer, nvim-cmp, and other plugins
Other plugins:
- gitsigns
- lightbulb
- indent-blankline
- treesitter
- light theme

Removed lsp install scripts b/c of nvim-lsp-installer
2022-01-15 20:27:27 +00:00

5 lines
180 B
Lua

require("indent_blankline").setup {
-- for example, context is off by default, use this to turn it on
show_current_context = true,
show_current_context_start = true,
}