This commit is contained in:
2023-07-26 13:07:42 -04:00
parent 2d99f7f615
commit ab7f4359fe
3 changed files with 111 additions and 97 deletions

View File

@@ -3,9 +3,9 @@ return {
"goolord/alpha-nvim",
enabled = false,
},
{
"stevearc/dressing.nvim",
},
-- {
-- "stevearc/dressing.nvim",
-- },
{
"akinsho/bufferline.nvim",
enabled = false,
@@ -33,10 +33,10 @@ return {
-- paste_on_remote_yank = true,
-- },
-- },
{
"ggandor/flit.nvim",
enabled = false,
},
-- {
-- "ggandor/flit.nvim",
-- enabled = false,
-- },
-- {
-- "rafamadriz/friendly-snippets",
-- enabled = false,
@@ -50,16 +50,29 @@ return {
},
},
},
{
"folke/flash.nvim",
opts = {
modes = {
search = {
enabled = false,
},
char = {
enabled = false,
},
}
},
},
{
"echasnovski/mini.pairs",
enabled = false,
},
{ "ellisonleao/gruvbox.nvim" },
{"rktjmp/lush.nvim" },
{"briones-gabriel/darcula-solid.nvim",
depends = {"rktjmp/lush.nvim" },
},
{ "doums/darcula" },
-- { "ellisonleao/gruvbox.nvim" },
-- {"rktjmp/lush.nvim" },
-- {"briones-gabriel/darcula-solid.nvim",
-- depends = {"rktjmp/lush.nvim" },
-- },
-- { "doums/darcula" },
{
"echasnovski/mini.indentscope",
opts = {