🔧 Added rust tooling to nvim
This commit is contained in:
parent
676a132c1f
commit
2a35f267b6
3 changed files with 23 additions and 0 deletions
|
|
@ -103,6 +103,9 @@ return require("packer").startup(function(use)
|
|||
-- golang
|
||||
use("ray-x/go.nvim")
|
||||
use("ray-x/guihua.lua")
|
||||
-- rustlang
|
||||
use("rust-lang/rust.vim")
|
||||
use("simrat39/rust-tools.nvim")
|
||||
-- code snippet screenshots
|
||||
-- capture code snippets using :Silicon,
|
||||
-- in Visual mode highlight then enter command
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue