mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Removed old git plugins.
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user