🔧 Installed crates nvim plugin
This commit is contained in:
parent
d88ce386a9
commit
a6f91ecfae
2 changed files with 2 additions and 0 deletions
1
.config/nvim/after/plugin/crates.lua
Normal file
1
.config/nvim/after/plugin/crates.lua
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
require("crates").setup()
|
||||||
|
|
@ -106,6 +106,7 @@ return require("packer").startup(function(use)
|
||||||
-- rustlang
|
-- rustlang
|
||||||
use("rust-lang/rust.vim")
|
use("rust-lang/rust.vim")
|
||||||
use("mrcjkb/rustaceanvim")
|
use("mrcjkb/rustaceanvim")
|
||||||
|
use("saecki/crates.nvim")
|
||||||
-- code snippet screenshots
|
-- code snippet screenshots
|
||||||
-- capture code snippets using :Silicon,
|
-- capture code snippets using :Silicon,
|
||||||
-- in Visual mode highlight then enter command
|
-- in Visual mode highlight then enter command
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue