Simplify config
This commit is contained in:
@@ -2,6 +2,8 @@ return {
|
||||
"LunarVim/bigfile.nvim",
|
||||
"wakatime/vim-wakatime",
|
||||
|
||||
-- NOTE: Plugins
|
||||
|
||||
{
|
||||
"nvim-pack/nvim-spectre",
|
||||
dependencies = "nvim-lua/plenary.nvim"
|
||||
@@ -20,21 +22,6 @@ return {
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"andymass/vim-matchup",
|
||||
event = "CursorMoved",
|
||||
config = function()
|
||||
vim.g.matchup_matchparen_offscreen = { method = "popup" }
|
||||
end
|
||||
},
|
||||
|
||||
{
|
||||
"ellisonleao/glow.nvim",
|
||||
cmd = "Glow",
|
||||
config = true
|
||||
},
|
||||
|
||||
-- NOTE: Git
|
||||
{
|
||||
"f-person/git-blame.nvim",
|
||||
cmd = "GitBlameToggle"
|
||||
@@ -53,66 +40,46 @@ return {
|
||||
config = true
|
||||
},
|
||||
|
||||
-- NOTE: LSP
|
||||
{
|
||||
"VonHeikemen/lsp-zero.nvim",
|
||||
branch = "v3.x",
|
||||
lazy = true,
|
||||
config = false,
|
||||
init = function()
|
||||
local g = vim.g
|
||||
g.lsp_zero_extend_cmp = 0
|
||||
g.lsp_zero_extend_lspconfig = 0
|
||||
end
|
||||
},
|
||||
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
lazy = false,
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
event = "BufEnter",
|
||||
main = "ibl",
|
||||
config = true
|
||||
},
|
||||
|
||||
-- NOTE: LSP
|
||||
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"ray-x/lsp_signature.nvim",
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"simrat39/symbols-outline.nvim",
|
||||
cmd = "SymbolsOutline",
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
dependencies = "nvim-tree/nvim-web-devicons",
|
||||
cmd = "TroubleToggle",
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"numToStr/Comment.nvim",
|
||||
lazy = false,
|
||||
config = true
|
||||
},
|
||||
|
||||
{
|
||||
"rmagatti/goto-preview",
|
||||
opts = {
|
||||
default_mappings = true
|
||||
}
|
||||
},
|
||||
|
||||
"RRethy/vim-illuminate",
|
||||
|
||||
-- NOTE: Flutter
|
||||
|
||||
{
|
||||
"akinsho/flutter-tools.nvim",
|
||||
lazy = false,
|
||||
|
||||
Reference in New Issue
Block a user