added mini surround

This commit is contained in:
2024-06-16 22:48:08 +02:00
parent 7cc886c641
commit 3860fb3d73
3 changed files with 22 additions and 13 deletions

View File

@ -1,7 +1,6 @@
return {
'folke/flash.nvim',
event = 'VeryLazy',
---@type Flash.Config
opts = {
modes = {
search = {
@ -14,7 +13,7 @@ return {
},
keys = {
{
's',
'a',
mode = { 'n', 'x', 'o' },
function()
-- default options: exact mode, multi window, all directions, with a backdrop
@ -23,7 +22,7 @@ return {
desc = 'Flash jump',
},
{
'S',
'A',
mode = { 'n', 'o', 'x' },
function()
require('flash').treesitter()