Working on LSP and shit like that, Astro config is confusing, need to

learn it myself from scratch
This commit is contained in:
RingOfStorms (Joshua Bell) 2023-05-23 02:56:59 -05:00
parent 5e821a4d61
commit dc3e319f27
19 changed files with 400 additions and 18 deletions

6
lua/user/rust-tools.lua Normal file
View file

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