Skip to content

Commit 0826ed8

Browse files
authored
Update crates.nvim option name from src to completion (ayamir#1272)
The saecki/crates.nvim#120 updated `src` option to `completion`.
1 parent a71912c commit 0826ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/modules/configs/lang/crates.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ return function()
7575
loading = " " .. icons.misc.Watch,
7676
},
7777
},
78-
src = {
78+
completion = {
7979
insert_closing_quote = true,
8080
text = {
8181
prerelease = " " .. icons.diagnostics.Warning_alt .. "pre-release ",

0 commit comments

Comments
 (0)