feat(nvim): remove copilot

This commit is contained in:
Michael Mandl 2023-07-28 09:04:08 +02:00
parent db42c35320
commit 9b28a36c3f
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 0 additions and 14 deletions

View file

@ -147,10 +147,6 @@ in
# debugging
nvim-dap
nvim-dap-ui
# copilot
copilot-lua
copilot-cmp
];
extraConfig = ''
@ -188,8 +184,6 @@ in
vim.g.gitblame_date_format = "%r"
${builtins.readFile ./copilot.lua }
EOF
'';
};