feat: add flash.nvim plugin
This commit is contained in:
parent
9a9e5cf5f9
commit
bd031587a5
2 changed files with 25 additions and 1 deletions
|
@ -63,7 +63,17 @@ return {
|
|||
{
|
||||
"echasnovski/mini.surround",
|
||||
version = false,
|
||||
opts = {},
|
||||
opts = {
|
||||
mappings = {
|
||||
add = "gsa", -- Add surrounding in Normal and Visual modes
|
||||
delete = "gsd", -- Delete surrounding
|
||||
find = "gsf", -- Find surrounding (to the right)
|
||||
find_left = "gsF", -- Find surrounding (to the left)
|
||||
highlight = "gsh", -- Highlight surrounding
|
||||
replace = "gsr", -- Replace surrounding
|
||||
update_n_lines = "gsn", -- Update `n_lines`
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"JoosepAlviste/nvim-ts-context-commentstring",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue