mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-14 13:01:12 +01:00
treewide: fix typos
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
03a51dbf3d
commit
ee32f43f54
7 changed files with 11 additions and 11 deletions
|
|
@ -61,23 +61,23 @@ let
|
|||
'';
|
||||
|
||||
annote_style = defaultNullOpts.mkStr "Question" ''
|
||||
Default style used to highlight item annotes.
|
||||
Default style used to highlight item annotates.
|
||||
'';
|
||||
|
||||
debug_style = lib.nixvim.mkNullOrOption types.str ''
|
||||
Style used to highlight debug item annotes.
|
||||
Style used to highlight debug item annotates.
|
||||
'';
|
||||
|
||||
info_style = lib.nixvim.mkNullOrOption types.str ''
|
||||
Style used to highlight info item annotes.
|
||||
Style used to highlight info item annotates.
|
||||
'';
|
||||
|
||||
warn_style = lib.nixvim.mkNullOrOption types.str ''
|
||||
Style used to highlight warn item annotes.
|
||||
Style used to highlight warn item annotates.
|
||||
'';
|
||||
|
||||
error_style = lib.nixvim.mkNullOrOption types.str ''
|
||||
Style used to highlight error item annotes.
|
||||
Style used to highlight error item annotates.
|
||||
'';
|
||||
|
||||
debug_annote = lib.nixvim.mkNullOrOption types.str ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue