This commit is contained in:
Joe Frikker
2024-05-31 09:39:32 -04:00
parent 762d7e568f
commit 726d4b1548
2 changed files with 26 additions and 19 deletions

View File

@@ -17,7 +17,13 @@ return {
},
{
"folke/trouble.nvim",
enabled = false,
keys = {
{
"<leader>cS",
"<cmd>Trouble lsp toggle focus=false win.position=right win.size=103<cr>",
desc = "LSP references/definitions/... (Trouble)",
},
},
},
-- {
-- "folke/todo-comments.nvim",
@@ -69,21 +75,21 @@ return {
char = {
enabled = false,
},
}
},
},
},
{
"echasnovski/mini.pairs",
enabled = false,
},
{
"echasnovski/mini.indentscope",
opts = {
draw = {
animation = require("mini.indentscope").gen_animation.none(),
},
},
},
-- {
-- "echasnovski/mini.indentscope",
-- opts = {
-- draw = {
-- animation = require("mini.indentscope").gen_animation.none(),
-- },
-- },
-- },
{
"hrsh7th/nvim-cmp",
opts = function(_, opts)
@@ -122,21 +128,21 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "sql" })
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "sql" })
end,
},
{
"catppuccin/nvim",
name = "catppuccin",
opts = {
integrations = {
alpha = false,
navic = false,
lsp_trouble = false,
trouble = false,
}
}
integrations = {
alpha = false,
navic = false,
-- lsp_trouble = false,
-- trouble = false,
},
},
},
-- {
-- "jackMort/ChatGPT.nvim",