feat: ✨ add new dotfiles
This commit is contained in:
parent
7a5975bb81
commit
e8bfb35161
34 changed files with 1474 additions and 0 deletions
12
.config/nvim/lua/plugins/rustaceanvim.lua
Normal file
12
.config/nvim/lua/plugins/rustaceanvim.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^5",
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.rustaceanvim = {
|
||||
tools = {
|
||||
enable_clippy = false,
|
||||
},
|
||||
}
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue