fixed typo

docs: `diagostics` -> `diagnostics`
This commit is contained in:
Semyon 2025-07-18 20:26:49 +03:00
commit dd815ece18

View file

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