format
This commit is contained in:
parent
02afb38163
commit
77eaa25b15
4
init.lua
4
init.lua
|
|
@ -706,7 +706,7 @@ require('lazy').setup({
|
||||||
-- diagnostics = { disable = { 'missing-fields' } },
|
-- diagnostics = { disable = { 'missing-fields' } },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Ensure the servers and tools above are installed
|
-- Ensure the servers and tools above are installed
|
||||||
|
|
@ -957,7 +957,7 @@ require('lazy').setup({
|
||||||
-- - saiw) - [S]urround [A]dd [I]nner [W]ord [)]Paren
|
-- - saiw) - [S]urround [A]dd [I]nner [W]ord [)]Paren
|
||||||
-- - sd' - [S]urround [D]elete [']quotes
|
-- - sd' - [S]urround [D]elete [']quotes
|
||||||
-- - sr)' - [S]urround [R]eplace [)] [']
|
-- - sr)' - [S]urround [R]eplace [)] [']
|
||||||
require('mini.surround').setup({ mappings = { add = 'ys', delete = 'ds', replace = 'cs' } })
|
require('mini.surround').setup { mappings = { add = 'ys', delete = 'ds', replace = 'cs' } }
|
||||||
|
|
||||||
-- Don't yank when deleting or changing
|
-- Don't yank when deleting or changing
|
||||||
local keymap = vim.keymap.set
|
local keymap = vim.keymap.set
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue