refactor(nvim): remove unused plugins

This commit is contained in:
Price Hiller 2024-06-23 05:26:51 -05:00
parent 870758fc6e
commit 6d07d72121
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 38 deletions

View File

@ -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",
},
},
}

View File

@ -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" },
},
},
}