Implemented chat and inline functionality with codecompanion!!

This commit is contained in:
venus
2026-06-06 01:56:41 -05:00
parent b056fe2097
commit 552b3e1a79
5 changed files with 77 additions and 27 deletions

View File

@@ -37,8 +37,8 @@ vim.o.updatetime = 250
-- Decrease mapped sequence wait time
vim.o.timeoutlen = 300
-- Configure how new splits should be opened
-- vim.o.splitright = false
-- vim.o.splitbelow = true
vim.o.splitright = true
vim.o.splitbelow = true
vim.o.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
-- Preview substitutions live, as you type!