dotfiles/.config/nvim/lua/plugins/rustaceanvim.lua
Ahmet Kaan Gümüş e8bfb35161 feat: add new dotfiles
2025-02-22 23:29:01 +03:00

12 lines
225 B
Lua

return {
"mrcjkb/rustaceanvim",
version = "^5",
lazy = false,
config = function()
vim.g.rustaceanvim = {
tools = {
enable_clippy = false,
},
}
end
}