Setup upgrade and python setup I guess
This commit is contained in:
parent
e5a8434a55
commit
9d7fd2277a
17 changed files with 175 additions and 57 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue