nvim: clean up plugins
urlview gone
This commit is contained in:
parent
39983f1573
commit
4db9cc7a60
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -23,12 +23,6 @@
|
||||
path = src/.local/share/nvim/site/pack/3pp/start/plenary.nvim
|
||||
url = https://github.com/nvim-lua/plenary.nvim.git
|
||||
|
||||
# url motions
|
||||
# init.lua
|
||||
[submodule "src/.local/share/nvim/site/pack/3pp/start/urlview.nvim"]
|
||||
path = src/.local/share/nvim/site/pack/3pp/start/urlview.nvim
|
||||
url = https://github.com/axieax/urlview.nvim
|
||||
|
||||
# git symbols in the gutter
|
||||
[submodule "src/.local/share/nvim/site/pack/3pp/start/vim-gitgutter"]
|
||||
path = src/.local/share/nvim/site/pack/3pp/start/vim-gitgutter
|
||||
|
@ -11,16 +11,6 @@ dotprofile, profile_table = confutil.dotprofile, confutil.profile_table
|
||||
--------------------------------
|
||||
--------------------------------
|
||||
|
||||
------
|
||||
-- url motions
|
||||
-- plug: urlview.nvim
|
||||
------
|
||||
require("urlview").setup({
|
||||
jump = {
|
||||
prev = "<leader>uj",
|
||||
next = "<leader>uh",
|
||||
},
|
||||
})
|
||||
-- bind to copy URL under cursor
|
||||
keymap("<leader>uu", ":let @+ = expand('<cfile>')<cr>")
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
Subproject commit 7d622e11adbc2cac5bba62345ade9b6672d564a4
|
@ -1 +0,0 @@
|
||||
Subproject commit def092693ea33eb2055fb2cfbcabb8e56ea77963
|
Loading…
Reference in New Issue
Block a user