Updates nvim config
This commit is contained in:
parent
21596087a5
commit
629929a1fc
16 changed files with 108 additions and 162 deletions
|
|
@ -1,16 +0,0 @@
|
|||
return {
|
||||
"gbprod/substitute.nvim",
|
||||
opts = {
|
||||
-- your configuration comes here
|
||||
-- or leave it empty to use the default settings
|
||||
-- refer to the configuration section below
|
||||
},
|
||||
config = function()
|
||||
require("substitute").setup({})
|
||||
|
||||
vim.keymap.set("n", "s", require("substitute").operator, { noremap = true })
|
||||
vim.keymap.set("n", "ss", require("substitute").line, { noremap = true })
|
||||
vim.keymap.set("n", "S", require("substitute").eol, { noremap = true })
|
||||
vim.keymap.set("x", "s", require("substitute").visual, { noremap = true })
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue