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

@@ -2,6 +2,7 @@ theme = "catppuccin_frappe"
[editor]
auto-format = false
auto-pairs = false
auto-save = true
# completion-replace = true
cursorline = true

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)
@@ -133,10 +139,10 @@ return {
integrations = {
alpha = false,
navic = false,
lsp_trouble = false,
trouble = false,
}
}
-- lsp_trouble = false,
-- trouble = false,
},
},
},
-- {
-- "jackMort/ChatGPT.nvim",