From 173d53ac1409cb9dd961e6d19a5325084bea9e9c Mon Sep 17 00:00:00 2001 From: poz Date: Fri, 15 May 2026 06:21:18 +0200 Subject: [PATCH] configuration.nix: fix nim typo --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 98f22390..106d1d27 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,7 +117,7 @@ isMaximal: { # Nim LSP is broken on Darwin and therefore # should be disabled by default. Users may still enable - # `vim.languages.vim` to enable it, this does not restrict + # `vim.languages.nim` to enable it, this does not restrict # that. # See: nim.enable = false;