Switch to AstroNvim.
This commit is contained in:
parent
6dc42b37e6
commit
d36cf3a49c
15 changed files with 150 additions and 1 deletions
6
astronvim/lua/user/plugins/indent.lua
Normal file
6
astronvim/lua/user/plugins/indent.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
opts = {
|
||||
show_current_context = false,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue