diff --git a/dot_config/nvim/lua/plugins/rust.lua b/dot_config/nvim/lua/plugins/rust.lua new file mode 100644 index 0000000..d14acb1 --- /dev/null +++ b/dot_config/nvim/lua/plugins/rust.lua @@ -0,0 +1,13 @@ +return { + { + "saecki/crates.nvim", + tag = "stable", + opts = { + lsp = { + enabled = true, + actions = true, + hover = true, + }, + }, + }, +}