diff --git a/plugins/lsp/language-servers/default.nix b/plugins/lsp/language-servers/default.nix index 845f97c3..5c8771d1 100644 --- a/plugins/lsp/language-servers/default.nix +++ b/plugins/lsp/language-servers/default.nix @@ -605,7 +605,7 @@ let type = types.bool; description = '' 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; example = false;