1
0
Fork 0

lazy: fix crates.nvim config

This commit is contained in:
Felipe 2024-09-20 23:56:15 -03:00
parent 9e9d8abf15
commit 1fd1be3b66
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -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,