Update config to astronvim V6

This commit is contained in:
2026-05-05 21:55:42 -03:00
parent 5c7bbd33cd
commit 200f428b3c
24 changed files with 252 additions and 566 deletions

View File

@@ -61,12 +61,12 @@ return {
}
},
},
{
"arsham/indent-tools.nvim",
dependencies = { "arsham/arshlib.nvim" },
event = "User AstroFile",
config = function() require("indent-tools").config {} end,
},
-- {
-- "arsham/indent-tools.nvim",
-- dependencies = { "arsham/arshlib.nvim" },
-- event = "User AstroFile",
-- config = function() require("indent-tools").config {} end,
-- },
{
"danymat/neogen",
cmd = "Neogen",
@@ -135,4 +135,12 @@ return {
},
opts = { n_lines = 200 },
},
{ "karb94/neoscroll.nvim",
lazy = false,
opts = {
hide_cursor = true,
stop_eof = true,
mappings = {'<C-u>', '<C-d>', '<C-b>', '<C-f>'}
}
}
}