From ee89f7437b48c4f2823facc0695428b33a85bc49 Mon Sep 17 00:00:00 2001 From: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:26:30 +0200 Subject: [PATCH] typo --- plugins/lsp/language-servers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;