Change back to a working config #1

Open
th3r00t wants to merge 16 commits from New-Master into master
2 changed files with 5 additions and 0 deletions
Showing only changes of commit eba485e086 - Show all commits

View File

@@ -15,6 +15,7 @@ vim.o.termguicolors = true
vim.o.winborder = "rounded"
vim.o.clipboard = "unnamedplus"
vim.o.completeopt = "menuone"
vim.o.shell = "/usr/bin/env zsh"
-- vim.o.completeopt = "menuone,noinsert,noselect"
vim.o.cursorline = true

View File

@@ -139,6 +139,10 @@ require('noice').setup({
inc_rename = false, -- enables an input dialog for inc-rename.nvim
lsp_doc_border = false, -- add a border to hover docs and signature help
},
routes = {
view = "notify",
filter = { event = "msg_showmode" },
},
})
require("claudecode").setup({})
require('avante').setup({