fix temp bug

Former-commit-id: 757224a73f
This commit is contained in:
Hadi
2025-04-01 11:25:47 +02:00
parent cd3715664f
commit ae9427b508

View File

@@ -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;