mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
copilot nvim broken on unstable
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
enable = true;
|
||||
extraOptions = {
|
||||
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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
|
||||
};
|
||||
plugins = {
|
||||
copilot-vim.enable = true;
|
||||
# FIXME: broken on unstable
|
||||
# copilot-vim.enable = true;
|
||||
flash.enable = true;
|
||||
image = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user