added plugins
This commit is contained in:
parent
5aeddfdd5d
commit
42a8b0ff06
19 changed files with 322 additions and 74 deletions
19
lua/custom/plugins/mini-surround.lua
Normal file
19
lua/custom/plugins/mini-surround.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
-- 'echasnovski/mini.surround',
|
||||
-- config = function()
|
||||
-- require('mini.surround').setup {
|
||||
-- mappings = {
|
||||
-- add = 'ysa', -- Add surrounding in Normal and Visual modes
|
||||
-- delete = 'ysd', -- Delete surrounding
|
||||
-- find = 'ysf', -- Find surrounding (to the right)
|
||||
-- find_left = 'ysF', -- Find surrounding (to the left)
|
||||
-- highlight = 'ysh', -- Highlight surrounding
|
||||
-- replace = 'ysr', -- Replace surrounding
|
||||
-- update_n_lines = 'ysn', -- Update `n_lines`
|
||||
--
|
||||
-- suffix_last = 'yl', -- Suffix to search with "prev" method
|
||||
-- suffix_next = 'yn', -- Suffix to search wwth "next" method
|
||||
-- },
|
||||
-- }
|
||||
-- end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue