mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
feat: replace nvim-cmp with blink and separate sources in files
This commit is contained in:
parent
badfcf7840
commit
32df610a34
5 changed files with 71 additions and 35 deletions
|
@ -85,23 +85,6 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"github/copilot.vim",
|
||||
enabled = true,
|
||||
},
|
||||
{
|
||||
"Exafunction/codeium.nvim",
|
||||
enabled = false,
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"hrsh7th/nvim-cmp",
|
||||
},
|
||||
event = "BufEnter",
|
||||
config = function()
|
||||
require("codeium").setup({
|
||||
})
|
||||
end
|
||||
},
|
||||
{
|
||||
"Wansmer/symbol-usage.nvim",
|
||||
event = "BufReadPre", -- need run before LspAttach if you use nvim 0.9. On 0.10 use 'LspAttach'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue