mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
typo
This commit is contained in:
parent
2089eb407d
commit
ee89f7437b
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ let
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Files with the `.v` extension are not automatically detected as vlang files.
|
Files with the `.v` extension are not automatically detected as vlang files.
|
||||||
If this option is enabled, Nixvim will automatically set the filetype accordingly.
|
If this option is enabled, Nixvim will automatically set the filetype accordingly.
|
||||||
'';
|
'';
|
||||||
default = true;
|
default = true;
|
||||||
example = false;
|
example = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue