This commit is contained in:
Ughur Alakbarov 2024-07-30 18:26:30 +02:00 committed by GitHub
parent 2089eb407d
commit ee89f7437b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;