minor changes

This commit is contained in:
Kristofers Solo
2024-03-27 11:11:29 +02:00
parent 92bdef8100
commit 68e43e9296
8 changed files with 74 additions and 64 deletions

View File

@@ -1,12 +0,0 @@
local M = {}
M.setup = function(lsp, capabilities)
lsp.rust.setup({
capabilities = capabilities,
hint = {
enable = true,
},
})
end
return M