feat(neovim): started rust configuration and tweaked some lsp stuff

This commit is contained in:
Kyren223
2024-07-24 22:54:49 +03:00
parent 499fabdab3
commit c1020414ea
5 changed files with 73 additions and 27 deletions

View File

@@ -0,0 +1,8 @@
return {
'mrcjkb/rustaceanvim',
version = '^4',
lazy = false, -- already lazy
init = function ()
require("custom.config.rustaceanvim")
end
}