configuration.nix: fix nim typo

This commit is contained in:
poz 2026-05-15 06:21:18 +02:00
commit 173d53ac14
No known key found for this signature in database

View file

@ -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: <https://github.com/PMunch/nimlsp/issues/178#issue-2128106096>
nim.enable = false;