Skip to content

Commit

Permalink
Remove unused plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jordelver committed Nov 10, 2024
1 parent c35d5e1 commit 9ff4fe7
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions config/nvim/lua/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ packer.startup(function(use)
-- Switch between single-line and multiline forms of code using `gS` and `gJ`
use { "AndrewRadev/splitjoin.vim", branch = "main" }

-- Commands to move items such as arguments left and right
use { "AndrewRadev/sideways.vim", branch = "main" }

-- Line up text
use { "godlygeek/tabular" }

Expand All @@ -129,15 +126,6 @@ packer.startup(function(use)
end
}

-- Test runner that can run tests at different granularities.
use {
"vim-test/vim-test",
config = function ()
-- Make test commands execute using dispatch.vim
vim.g['test#strategy'] = "dispatch"
end
}

------------------------------------------------------------------------------
-- Git
------------------------------------------------------------------------------
Expand All @@ -149,9 +137,6 @@ packer.startup(function(use)
-- Add GitHub support to Fugitive
use { "tpope/vim-rhubarb" }

-- Simple commit browser
use { "junegunn/gv.vim" }

-- Show various git UI
use {
"lewis6991/gitsigns.nvim",
Expand Down Expand Up @@ -361,15 +346,6 @@ packer.startup(function(use)
-- UI
------------------------------------------------------------------------------

-- Allows marking several words at one time in different colours using `<leader>m`
use { "inkarkat/vim-ingo-library" }
use {
"inkarkat/vim-mark",
config = function ()
vim.g.mwDefaultHighlightingPalette = "maximum"
end
}

-- Allows checking Markdown `- [ ]` checkboxes using `<leader>tt`
use { "jkramer/vim-checkbox" }

Expand Down

0 comments on commit 9ff4fe7

Please sign in to comment.