Skip to content

Commit

Permalink
remove hypersonic - buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Jul 31, 2023
1 parent fdbcd19 commit 4d828ba
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .config/nvim/lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,6 @@ local M = {
'AndrewRadev/linediff.vim',
cmd = { 'Linediff' },
},
{
'tomiis4/Hypersonic.nvim',
event = 'CmdlineEnter',
cmd = 'Hypersonic',
config = function()
require('hypersonic').setup {
-- config
}
end,
},
{
'nvim-pack/nvim-spectre',
keys = { { '<leader>S', '<cmd>lua require("spectre").toggle()<CR>', desc = 'Start Spectre' } },
Expand Down

0 comments on commit 4d828ba

Please sign in to comment.