1
Fork 0

Setup upgrade and python setup I guess

This commit is contained in:
Matei Adriel 2023-03-30 02:54:57 +02:00
parent e5a8434a55
commit 9d7fd2277a
No known key found for this signature in database
17 changed files with 175 additions and 57 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -6,7 +6,7 @@ local M = {
-- dependencies = { "plenary.nvim" },
cmd = "Neogit",
enabled = env.firenvim.not_active() and env.vscode.not_active(),
cond = env.firenvim.not_active() and env.vscode.not_active(),
init = function()
vim.keymap.set("n", "<C-g>", "<cmd>Neogit<cr>", { desc = "Open neo[g]it" })
end,