diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-16 19:09:38 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-16 19:09:38 +0800 |
| commit | f0ec508a7281617ac47e3ef0cf6ed3438114c152 (patch) | |
| tree | fd39a1b48ebe1cf5cf705480a5606daeff5460a2 /lua/plugins | |
| parent | 6079a2a59b1f1df76d86c73ab850f488e0233fe8 (diff) | |
Change surround plugin and change flash.nvim keybindings
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/init.lua | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 3a9af0c..394a75c 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -23,12 +23,11 @@ return { }, -- Surround - { - "kylechui/nvim-surround", - version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features - event = "VeryLazy", + { + 'nvim-mini/mini.surround', + version = false, config = function() - require("nvim-surround").setup({}) + require("mini.surround").setup({}) end }, @@ -133,7 +132,9 @@ return { { 'chentoast/marks.nvim', event = 'VeryLazy', - opts = {}, + opts = { + default_mappings = false, + }, }, -- Flash (quick navigation) |
