cleanup
This commit is contained in:
@@ -15,6 +15,7 @@ require("lazy").setup({
|
|||||||
{ import = "lazyvim.plugins.extras.lang.java" },
|
{ import = "lazyvim.plugins.extras.lang.java" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.json" },
|
{ import = "lazyvim.plugins.extras.lang.json" },
|
||||||
{ import = "lazyvim.plugins.extras.lang.python" },
|
{ import = "lazyvim.plugins.extras.lang.python" },
|
||||||
|
{ import = "lazyvim.plugins.extras.lang.rust" },
|
||||||
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
-- { import = "lazyvim.plugins.extras.ui.mini-animate" },
|
||||||
{ import = "lazyvim.plugins.extras.dap.core" },
|
{ import = "lazyvim.plugins.extras.dap.core" },
|
||||||
-- { import = "lazyvim.plugins.extras.editor.flash" },
|
-- { import = "lazyvim.plugins.extras.editor.flash" },
|
||||||
|
|||||||
@@ -50,10 +50,6 @@ return {
|
|||||||
-- "ggandor/flit.nvim",
|
-- "ggandor/flit.nvim",
|
||||||
-- enabled = false,
|
-- enabled = false,
|
||||||
-- },
|
-- },
|
||||||
-- {
|
|
||||||
-- "rafamadriz/friendly-snippets",
|
|
||||||
-- enabled = false,
|
|
||||||
-- },
|
|
||||||
{
|
{
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
enabled = false,
|
enabled = false,
|
||||||
@@ -80,12 +76,6 @@ return {
|
|||||||
"echasnovski/mini.pairs",
|
"echasnovski/mini.pairs",
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
-- { "ellisonleao/gruvbox.nvim" },
|
|
||||||
-- {"rktjmp/lush.nvim" },
|
|
||||||
-- {"briones-gabriel/darcula-solid.nvim",
|
|
||||||
-- depends = {"rktjmp/lush.nvim" },
|
|
||||||
-- },
|
|
||||||
-- { "doums/darcula" },
|
|
||||||
{
|
{
|
||||||
"echasnovski/mini.indentscope",
|
"echasnovski/mini.indentscope",
|
||||||
opts = {
|
opts = {
|
||||||
@@ -105,13 +95,6 @@ return {
|
|||||||
return opts
|
return opts
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"nvim-treesitter/nvim-treesitter-context",
|
|
||||||
depends = {
|
|
||||||
{ "nvim-treesitter/nvim-treesitter" },
|
|
||||||
},
|
|
||||||
main = "treesitter-context",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
opts = function(opts)
|
opts = function(opts)
|
||||||
@@ -155,23 +138,23 @@ return {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
-- {
|
||||||
"jackMort/ChatGPT.nvim",
|
-- "jackMort/ChatGPT.nvim",
|
||||||
event = "VeryLazy",
|
-- event = "VeryLazy",
|
||||||
config = function()
|
-- config = function()
|
||||||
require("chatgpt").setup({
|
-- require("chatgpt").setup({
|
||||||
show_quickfixes_cmd = "cope",
|
-- show_quickfixes_cmd = "cope",
|
||||||
edit_with_instructions = {
|
-- edit_with_instructions = {
|
||||||
keymaps = {
|
-- keymaps = {
|
||||||
use_output_as_input = "<C-r>",
|
-- use_output_as_input = "<C-r>",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
end,
|
-- end,
|
||||||
dependencies = {
|
-- dependencies = {
|
||||||
"MunifTanjim/nui.nvim",
|
-- "MunifTanjim/nui.nvim",
|
||||||
"nvim-lua/plenary.nvim",
|
-- "nvim-lua/plenary.nvim",
|
||||||
"nvim-telescope/telescope.nvim"
|
-- "nvim-telescope/telescope.nvim"
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user