mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user