mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
feat: copilot completions in nvim-cmp sources
This commit is contained in:
parent
111c2ad317
commit
4233a2c20d
7 changed files with 55 additions and 11 deletions
|
@ -481,6 +481,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
copilot-cmp = {
|
||||
url = "github:zbirenbaum/copilot-cmp";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Session management
|
||||
nvim-session-manager = {
|
||||
url = "github:Shatur/neovim-session-manager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue