Update config to astronvim V6
This commit is contained in:
@@ -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>'}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user