remove elcord.el + add copilot to neovim

This commit is contained in:
2025-03-14 17:12:25 +01:00
parent 798fdd2596
commit d8ef1ee46b
3 changed files with 34 additions and 3 deletions

View File

@@ -299,6 +299,9 @@ in {
name = "luasnip"; # snippets
keywordLength = 3;
}
{
name = "copilot";
}
];
window = {
@@ -480,6 +483,12 @@ in {
};
markview = { enable = true; };
rainbow-delimiters.enable = true;
copilot-lua.enable = true;
copilot-cmp.enable = true;
copilot-chat.enable = true;
};
extraConfigLua = ''
luasnip = require("luasnip")