refactor(nvim): remove unused plugins
This commit is contained in:
parent
870758fc6e
commit
6d07d72121
@ -1,19 +0,0 @@
|
||||
return {
|
||||
{
|
||||
"RaafatTurki/hex.nvim",
|
||||
opts = {
|
||||
-- Make it explicit, auto detection is cool and all, but annoying for my use case
|
||||
is_buf_binary_pre_read = function()
|
||||
return false
|
||||
end,
|
||||
is_buf_binary_post_read = function()
|
||||
return false
|
||||
end,
|
||||
},
|
||||
cmd = {
|
||||
"HexDump",
|
||||
"HexAssemble",
|
||||
"HexToggle",
|
||||
},
|
||||
},
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
return {
|
||||
{
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
opts = {
|
||||
width = 160,
|
||||
},
|
||||
cmd = {
|
||||
"NoNeckPain",
|
||||
"NoNeckPainResize",
|
||||
"NoNeckPainWidthDown",
|
||||
"NoNeckPainScratchPad",
|
||||
"NoNeckPainToggleLeftSide",
|
||||
"NoNeckPainToggleRightSide",
|
||||
},
|
||||
keys = {
|
||||
{ "<localleader>b", "<cmd>NoNeckPain<cr>", desc = "NoNeckPain: Toggle" },
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user