feat(nvim): add github copilot
This commit is contained in:
parent
03e4b4d25c
commit
0141de5795
3 changed files with 14 additions and 0 deletions
|
@ -148,6 +148,10 @@ in
|
|||
# debugging
|
||||
nvim-dap
|
||||
nvim-dap-ui
|
||||
|
||||
# copilot
|
||||
copilot-lua
|
||||
copilot-cmp
|
||||
];
|
||||
|
||||
extraConfig = ''
|
||||
|
@ -185,6 +189,8 @@ in
|
|||
|
||||
vim.g.gitblame_date_format = "%r"
|
||||
|
||||
${builtins.readFile ./copilot.lua }
|
||||
|
||||
EOF
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue