copilot nvim broken on unstable

This commit is contained in:
Hadi
2025-01-21 20:54:28 +01:00
parent ed605769b0
commit 2962bd8503
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
enable = true; enable = true;
extraOptions = { extraOptions = {
expr = "import <nixpkgs> {}"; expr = "import <nixpkgs> {}";
# FIX: Encoding: https://github.com/nix-community/nixvim/issues/2390 # fix- encoding: https://github.com/nix-community/nixvim/issues/2390
offset_encoding = "utf-8"; offset_encoding = "utf-8";
}; };
}; };

View File

@@ -4,7 +4,8 @@
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}"; FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
}; };
plugins = { plugins = {
copilot-vim.enable = true; # FIXME: broken on unstable
# copilot-vim.enable = true;
flash.enable = true; flash.enable = true;
image = { image = {
enable = true; enable = true;