fixed damn treesitter they ahve custom setup function

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-07-05 14:02:11 -05:00
parent 452abf2029
commit b58786f5b4
10 changed files with 146 additions and 92 deletions

View file

@ -1,5 +1,5 @@
return {
"simrat39/rust-tools.nvim",
event = "BufEnter *.rs",
after = { "mason-lspconfig.nvim", "inlay-hints." },
dependencies = { "mason-lspconfig.nvim", "inlay-hints." },
}