fixup! viconf now disables semantic tokens for nixd if the file contains non-ascii characters, temporary workaround until the feature is fixed

This commit is contained in:
pagedmov
2024-11-07 03:23:38 -05:00
parent 319ca70254
commit 284984b546
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ host, self, ... }: { host, self, pkgs, ... }:
{ {
imports = [ imports = [

View File

@@ -1,3 +1,4 @@
{ pkgs }:
{ {
programs.nixvim = { programs.nixvim = {
plugins = { plugins = {