1
Fork 0

Improved rust setup

This commit is contained in:
Matei Adriel 2023-04-17 16:19:41 +03:00
parent ec83ebd15f
commit b759e1011e
No known key found for this signature in database
8 changed files with 99 additions and 21 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -3,7 +3,7 @@ local env = require("my.helpers.env")
local M = {
"TimUntersberger/neogit",
-- dependencies = { "plenary.nvim" },
dependencies = { "nvim-lua/plenary.nvim" },
cmd = "Neogit",
cond = env.firenvim.not_active() and env.vscode.not_active(),