astro-nvim-v3 - add left hand control wasd + Alt for move block

This commit is contained in:
huyjaky
2024-11-03 17:32:21 +07:00
parent c871e50e7c
commit dc03e0785d
7 changed files with 49 additions and 29 deletions

View File

@@ -1,8 +1,6 @@
return {
{
"HiPhish/rainbow-delimiters.nvim",
-- event = { "InsertLeave", "TextChanged" },
event = "TextChanged",
dependencies = {
"nvim-treesitter/nvim-treesitter",
{
@@ -28,14 +26,7 @@ return {
},
},
},
-- specs = {
-- {
-- "catppuccin",
-- optional = true,
-- ---@type CatppuccinOptions
-- opts = { integrations = { rainbow_delimiters = true } },
-- },
-- },
event = "User AstroFile",
main = "rainbow-delimiters.setup",
opts = {},
},