Just Midi
f81c4bde28
Other plugins: - gitsigns - lightbulb - indent-blankline - treesitter - light theme Removed lsp install scripts b/c of nvim-lsp-installer
5 lines
180 B
Lua
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,
|
|
}
|