Update env, packages and fix some scripts
This commit is contained in:
parent
e411075acb
commit
1458d5b334
10 changed files with 54 additions and 25 deletions
.config/astronvim/lua/user/plugins
|
@ -7,13 +7,4 @@ return {
|
|||
|
||||
-- Eye-Candy
|
||||
{ "dracula/vim" },
|
||||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
config = function()
|
||||
require("indent_blankline").setup({
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue