added mini surround
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user