mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -2,13 +2,15 @@
|
||||
programs.nixvim = {
|
||||
nixpkgs.config.allowUnfree = true; # For copilot
|
||||
highlightOverride = {
|
||||
FloatBorder.fg = "#${config.lib.stylix.colors.base0D}";
|
||||
WhichKeySeparator.bg = "#${config.lib.stylix.colors.base00}";
|
||||
};
|
||||
plugins = {
|
||||
bufferline.enable = true;
|
||||
copilot-vim.enable = true;
|
||||
flash.enable = true;
|
||||
tmux-navigator.enable = true;
|
||||
todo-comments.enable = true;
|
||||
lualine = { enable = true; };
|
||||
treesitter = {
|
||||
enable = true;
|
||||
nixGrammars = true;
|
||||
|
||||
Reference in New Issue
Block a user