changes
This commit is contained in:
@@ -2,6 +2,7 @@ theme = "catppuccin_frappe"
|
||||
|
||||
[editor]
|
||||
auto-format = false
|
||||
auto-pairs = false
|
||||
auto-save = true
|
||||
# completion-replace = true
|
||||
cursorline = true
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user