disable excess/redundant plugins
This commit is contained in:
+22
-32
@@ -26,9 +26,9 @@ return {
|
|||||||
'folke/lazydev.nvim',
|
'folke/lazydev.nvim',
|
||||||
opts = require('data.types').lazydev.opts,
|
opts = require('data.types').lazydev.opts,
|
||||||
},
|
},
|
||||||
{ -- G-code
|
-- { -- G-code
|
||||||
'wilriker/gcode.vim',
|
-- 'wilriker/gcode.vim',
|
||||||
},
|
-- },
|
||||||
{ -- Alternate
|
{ -- Alternate
|
||||||
'ton/vim-alternate',
|
'ton/vim-alternate',
|
||||||
lazy = true,
|
lazy = true,
|
||||||
@@ -51,10 +51,10 @@ return {
|
|||||||
'numToStr/Comment.nvim',
|
'numToStr/Comment.nvim',
|
||||||
opts = require('data.types').comment,
|
opts = require('data.types').comment,
|
||||||
},
|
},
|
||||||
{ -- Fast Action
|
-- { -- Fast Action
|
||||||
'Chaitanyabsprip/fastaction.nvim',
|
-- 'Chaitanyabsprip/fastaction.nvim',
|
||||||
opts = {},
|
-- opts = {},
|
||||||
},
|
-- },
|
||||||
{ -- Matchup
|
{ -- Matchup
|
||||||
'andymass/vim-matchup',
|
'andymass/vim-matchup',
|
||||||
setup = function()
|
setup = function()
|
||||||
@@ -64,38 +64,28 @@ return {
|
|||||||
},
|
},
|
||||||
{ -- EasyAlign
|
{ -- EasyAlign
|
||||||
'junegunn/vim-easy-align',
|
'junegunn/vim-easy-align',
|
||||||
|
lazy = true,
|
||||||
keys = require('data.keys').easyalign,
|
keys = require('data.keys').easyalign,
|
||||||
},
|
},
|
||||||
{ -- Vim-Shebang
|
|
||||||
'vitalk/vim-shebang',
|
|
||||||
lazy = false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'oskarrrrrrr/symbols.nvim',
|
|
||||||
cmd = require('data.cmd').symbols,
|
|
||||||
config = function()
|
config = function()
|
||||||
local r = require('symbols.recipes')
|
|
||||||
require('symbols').setup(r.DefaultFilters, r.AsciiSymbols, {
|
|
||||||
sidebar = {
|
|
||||||
auto_peek = false,
|
|
||||||
show_guide_lines = true,
|
|
||||||
chars = {
|
|
||||||
folded = '',
|
|
||||||
unfolded = '',
|
|
||||||
guide_vert = '',
|
|
||||||
guide_middle_item = '',
|
|
||||||
guide_last_item = '',
|
|
||||||
},
|
|
||||||
preview = {
|
|
||||||
show_always = true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{ -- Treesitter-endwise
|
-- { -- Vim-Shebang
|
||||||
'RRethy/nvim-treesitter-endwise',
|
-- 'vitalk/vim-shebang',
|
||||||
lazy = false,
|
-- lazy = true,
|
||||||
priority = 1000,
|
-- },
|
||||||
},
|
-- {
|
||||||
|
-- 'oskarrrrrrr/symbols.nvim',
|
||||||
|
-- lazy = true,
|
||||||
|
-- cmd = require('data.cmd').symbols,
|
||||||
|
-- config = require('data.types').symbols.config,
|
||||||
|
-- },
|
||||||
|
-- { -- Treesitter-endwise
|
||||||
|
-- 'RRethy/nvim-treesitter-endwise',
|
||||||
|
-- lazy = true,
|
||||||
|
-- },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user