lazy: fix crates.nvim config
This commit is contained in:
parent
9e9d8abf15
commit
1fd1be3b66
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ return {
|
||||||
},
|
},
|
||||||
lsp = {
|
lsp = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
on_attach = require("lsp").on_lsp_attach,
|
on_attach = require("plugins.lsp").on_lsp_attach,
|
||||||
actions = true,
|
actions = true,
|
||||||
completion = true,
|
completion = true,
|
||||||
hover = true,
|
hover = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue