🪄 Substitution/Navigation

- Faster/smarter plugin loading
- Substitution motions with the 'x' and 'X' keys
- Fold navigation with Ctrl+hjkl
- Various small tweaks for usability
This commit is contained in:
2024-07-23 04:59:45 -04:00
parent e16d2a4c8e
commit c028da522b
8 changed files with 116 additions and 52 deletions
+7 -2
View File
@@ -32,6 +32,7 @@ return {
},
{ -- Link following
"chrishrb/gx.nvim",
event = "VeryLazy",
cmd = { "Browse" },
init = function()
vim.g.netrw_nogx = 1
@@ -41,21 +42,23 @@ return {
},
{ -- Auto-save
"Pocco81/auto-save.nvim",
event = "InsertEnter",
config = function()
require("auto-save").setup({})
end,
},
{ -- User is bored
"mikesmithgh/ugbi",
event = "VeryLazy",
event = "InsertEnter",
},
{ -- Ripgrep substitute
"chrisgrieser/nvim-rip-substitute",
event = "InsertEnter",
cmd = "RipSubstitute",
},
{ -- Gist Tools
"Rawnly/gist.nvim",
event = "VeryLazy",
event = "InsertEnter",
cmd = { "GistCreate", "GistCreateFromFile", "GistsList" },
config = true,
},
@@ -114,6 +117,7 @@ return {
},
{ -- Thanks/github-stars
"jsongerber/thanks.nvim",
event = "VeryLazy",
config = {
star_on_install = false,
},
@@ -134,6 +138,7 @@ return {
},
{ -- GitLinker
"linrongbin16/gitlinker.nvim",
lazy = true,
cmd = "GitLink",
opts = {},
keys = {