nvim/lua/user/rust-tools.lua
RingOfStorms (Joshua Bell) dc3e319f27 Working on LSP and shit like that, Astro config is confusing, need to
learn it myself from scratch
2023-05-23 02:56:59 -05:00

6 lines
175 B
Lua

return {
"simrat39/rust-tools.nvim",
commit = "71d2cf67b5ed120a0e31b2c8adb210dd2834242f",
event = "BufEnter *.rs",
after = { "mason-lspconfig.nvim", "inlay-hints." },
}