mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 06:38:34 +02:00
configura codeium e telescope-git-branch
This commit is contained in:
parent
6c224bfb1f
commit
5f8a9386b7
4 changed files with 22 additions and 1 deletions
15
lua/custom/plugins/codeium.lua
Normal file
15
lua/custom/plugins/codeium.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
'Exafunction/codeium.nvim',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'hrsh7th/nvim-cmp',
|
||||
},
|
||||
config = function()
|
||||
require('codeium').setup {
|
||||
enable_cmp_source = false, -- disabled because I only want to use virtual text
|
||||
virtual_text = {
|
||||
enabled = true,
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue