mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
fixed typo
docs: `diagostics` -> `diagnostics`
This commit is contained in:
parent
6b841d4b97
commit
dd815ece18
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue