mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
fix temp bug
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, ... }: {
|
||||
{ config, lib, pkgs, ... }: {
|
||||
programs.nixvim = {
|
||||
nixpkgs.config.allowUnfree = true; # For copilot
|
||||
highlightOverride = {
|
||||
@@ -6,7 +6,11 @@
|
||||
};
|
||||
plugins = {
|
||||
bufferline.enable = true;
|
||||
# copilot-vim.enable = true;
|
||||
copilot-vim = {
|
||||
enable = true;
|
||||
# FIXME: Temp issue solving
|
||||
settings.node_command = lib.getExe pkgs.nodejs_20;
|
||||
};
|
||||
flash.enable = true;
|
||||
tmux-navigator.enable = true;
|
||||
todo-comments.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user