chore: cleanup code

This commit is contained in:
Fabio Lenherr / DashieTM 2023-05-15 01:01:51 +02:00
parent 3e876355b2
commit 61b1076625
8 changed files with 100 additions and 95 deletions

View file

@ -1,8 +0,0 @@
local rt = require("rust-tools")
rt.setup({
server = {
on_attach = function(_, bufnr)
end,
},
})