Removed old git plugins.

This commit is contained in:
Michael Housh
2023-09-30 00:01:38 -04:00
parent c930fb7e7a
commit 00c5e0cca6
7 changed files with 10 additions and 110 deletions

View File

@@ -24,26 +24,21 @@ require("lazy").setup({
-- Completions --
{ import = 'user.plugin.cmp' },
-- Git --
{ import = 'user.plugin.lazygit' },
-- LSP --
{ 'folke/neodev.nvim', opts = {} },
{ import = 'user.plugin.lsp' },
{ import = 'user.plugin.lualine' },
{ import = 'user.plugin.swift' },
{ import = 'user.plugin.neo-tree' },
{ import = 'user.plugin.overseer' },
{ import = 'user.plugin.telescope' },
{ import = 'user.plugin.treesitter' },
-- Git --
--{ import = 'user.plugin.diffview' },
{ import = 'user.plugin.lazygit' },
--{ import = 'user.plugin.neogit' },
-- Navigation --
{ import = 'user.plugin.neo-tree' },
{ import = 'user.plugin.telescope' },
-- Utilities --
{ import = 'user.plugin.swift' },
{ import = 'user.plugin.toggleterm' },
{ import = 'user.plugin.which-key' },
{ import = 'user.plugin.wrapping' },