mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-08 08:03:46 +01:00
remove elcord.el + add copilot to neovim
This commit is contained in:
9
home.nix
9
home.nix
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user