Merge pull request #1015 from thecakeisfalse/typo

docs: fixed typo
This commit is contained in:
Soliprem 2025-07-18 19:33:28 +02:00 committed by GitHub
commit 1f311240b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@
in { in {
options.vim = { options.vim = {
diagnostics = { diagnostics = {
enable = mkEnableOption "diagostics module for Neovim"; enable = mkEnableOption "diagnostics module for Neovim";
config = mkOption { config = mkOption {
type = diagnosticsSubmodule; type = diagnosticsSubmodule;
default = {}; default = {};