mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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;
|
type = types.bool;
|
||||||
pluginDefault = { };
|
pluginDefault = { };
|
||||||
example = {
|
example = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue