Skip to content

Commit 87ec238

Browse files
committed
plugins/lsp: fix incorrect path in ltex-settings
1 parent 869872c commit 87ec238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/lsp/language-servers/ltex-settings.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ in
249249
'';
250250
};
251251

252-
fields = defaultNullOpts.mkAttrsOf' {
252+
bibtex.fields = defaultNullOpts.mkAttrsOf' {
253253
type = types.bool;
254254
pluginDefault = { };
255255
example = {

0 commit comments

Comments
 (0)