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 { 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 = {};