mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
plugins/lsp: fix incorrect path in ltex-settings
This commit is contained in:
parent
7c793e8e15
commit
81b327ec5d
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
fields = defaultNullOpts.mkAttrsOf' {
|
||||
bibtex.fields = defaultNullOpts.mkAttrsOf' {
|
||||
type = types.bool;
|
||||
pluginDefault = { };
|
||||
example = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue