[feat] Remove barbecue.nvim

This commit is contained in:
Uttarayan Mondal
2023-04-10 19:26:12 +05:30
parent a3249600af
commit 53c38be20a
2 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
{ {
"barbecue.nvim": { "branch": "main", "commit": "0ed58f0c8bc8483f1e6b5e94505d11024e03dabc" },
"comfortable-motion.vim": { "branch": "master", "commit": "e20aeafb07c6184727b29f7674530150f7ab2036" }, "comfortable-motion.vim": { "branch": "master", "commit": "e20aeafb07c6184727b29f7674530150f7ab2036" },
"copilot.vim": { "branch": "release", "commit": "b6e5624351ba735e25eb8864d7d22819aad00606" }, "copilot.vim": { "branch": "release", "commit": "b6e5624351ba735e25eb8864d7d22819aad00606" },
"coq.artifacts": { "branch": "artifacts", "commit": "be72c7ad5d8dfe942fd5aec89505805c2e474b93" }, "coq.artifacts": { "branch": "artifacts", "commit": "be72c7ad5d8dfe942fd5aec89505805c2e474b93" },
@@ -24,7 +23,6 @@
"nvim-dap": { "branch": "master", "commit": "debd7c2f80eaf20c5f5df25db8d8c1b9b18f4421" }, "nvim-dap": { "branch": "master", "commit": "debd7c2f80eaf20c5f5df25db8d8c1b9b18f4421" },
"nvim-dap-ui": { "branch": "master", "commit": "286f682f366fbc652b38dff893569374e9433dd3" }, "nvim-dap-ui": { "branch": "master", "commit": "286f682f366fbc652b38dff893569374e9433dd3" },
"nvim-lspconfig": { "branch": "master", "commit": "10fa01d553ce10646350461ac5ddc71f189e9d1a" }, "nvim-lspconfig": { "branch": "master", "commit": "10fa01d553ce10646350461ac5ddc71f189e9d1a" },
"nvim-navic": { "branch": "master", "commit": "27124a773d362628b114cd12016e743dab4ccf3e" },
"nvim-treesitter": { "branch": "master", "commit": "cc360a9beb1b30d172438f640e2c3450358c4086" }, "nvim-treesitter": { "branch": "master", "commit": "cc360a9beb1b30d172438f640e2c3450358c4086" },
"nvim-treesitter-context": { "branch": "master", "commit": "38203f5e6c62617b3c07662dc71ce3047ecd90d3" }, "nvim-treesitter-context": { "branch": "master", "commit": "38203f5e6c62617b3c07662dc71ce3047ecd90d3" },
"nvim-web-devicons": { "branch": "master", "commit": "f16ec8f6e5d23e4349501dae46e0a661918e086e" }, "nvim-web-devicons": { "branch": "master", "commit": "f16ec8f6e5d23e4349501dae46e0a661918e086e" },

View File

@@ -19,13 +19,13 @@ vim.opt.rtp:prepend(lazypath)
-- local use = require('packer').use -- local use = require('packer').use
return require('lazy').setup({ return require('lazy').setup({
{ "ellisonleao/glow.nvim", config = true, cmd = "Glow" }, { "ellisonleao/glow.nvim", config = true, cmd = "Glow" },
'samoshkin/vim-mergetool', 'samoshkin/vim-mergetool',
'mhartington/formatter.nvim', 'mhartington/formatter.nvim',
-- 'christianrondeau/vim-base64', -- 'christianrondeau/vim-base64',
'tpope/vim-commentary', { 'tpope/vim-commentary', lazy = false },
'tpope/vim-fugitive', { 'tpope/vim-fugitive', cmd = { "Git", "Gdiffsplit", "Gvdiffsplit", "Gedit", "Gread", "Gwrite", "Ggrep", "Gbrowse", "GMove", "GDelete" } },
'tpope/vim-repeat', 'tpope/vim-repeat',
'tpope/vim-speeddating', 'tpope/vim-speeddating',
'tpope/vim-surround', 'tpope/vim-surround',
@@ -37,9 +37,9 @@ return require('lazy').setup({
-- 'b0o/SchemaStore.nvim', -- 'b0o/SchemaStore.nvim',
-- 'rcarriga/nvim-notify', -- 'rcarriga/nvim-notify',
'folke/todo-comments.nvim', 'folke/todo-comments.nvim',
{ 'github/copilot.vim', event = "LspAttach" }, { 'github/copilot.vim', event = "LspAttach" },
-- 'ggandor/leap.nvim', -- 'ggandor/leap.nvim',
{ 'shortcuts/no-neck-pain.nvim', version = "*" }, { 'shortcuts/no-neck-pain.nvim', version = "*" },
-- { 'folke/zen-mode.nvim', config = function() require('zen-mode').setup() end }, -- { 'folke/zen-mode.nvim', config = function() require('zen-mode').setup() end },
-- { 'folke/twilight.nvim', config = function() require('twilight').setup() end }, -- { 'folke/twilight.nvim', config = function() require('twilight').setup() end },
{ {
@@ -62,16 +62,17 @@ return require('lazy').setup({
cmd = "Telescope", cmd = "Telescope",
dependencies = { 'nvim-lua/plenary.nvim', 'nvim-telescope/telescope-ui-select.nvim', 'nvim-telescope/telescope-fzf-native.nvim' } dependencies = { 'nvim-lua/plenary.nvim', 'nvim-telescope/telescope-ui-select.nvim', 'nvim-telescope/telescope-fzf-native.nvim' }
}, },
{ -- {
'utilyre/barbecue.nvim', -- 'utilyre/barbecue.nvim',
version = "*", -- event = "LspAttach",
config = function() require('barbecue').setup() end, -- version = "*",
dependencies = { -- config = function() require('barbecue').setup() end,
'neovim/nvim-lspconfig', -- dependencies = {
'SmiteshP/nvim-navic', -- 'neovim/nvim-lspconfig',
'nvim-tree/nvim-web-devicons' -- 'SmiteshP/nvim-navic',
}, -- 'nvim-tree/nvim-web-devicons'
}, -- },
-- },
{ {
'akinsho/git-conflict.nvim', 'akinsho/git-conflict.nvim',
version = "*", version = "*",