added some more configurations
This commit is contained in:
parent
41d6f87f64
commit
9ea714a879
9 changed files with 86 additions and 21 deletions
11
lua/custom/plugins/codecompanion.lua
Normal file
11
lua/custom/plugins/codecompanion.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
-- 'olimorris/codecompanion.nvim',
|
||||
-- dependencies = {
|
||||
-- 'nvim-lua/plenary.nvim',
|
||||
-- 'nvim-treesitter/nvim-treesitter',
|
||||
-- 'hrsh7th/nvim-cmp', -- Optional: For using slash commands and variables in the chat buffer
|
||||
-- 'nvim-telescope/telescope.nvim', -- Optional: For using slash commands
|
||||
-- { 'stevearc/dressing.nvim', opts = {} }, -- Optional: Improves the default Neovim UI
|
||||
-- },
|
||||
-- config = true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue