1
Fork 0

Big backup I guess

This commit is contained in:
Matei Adriel 2022-10-13 01:05:38 +02:00
parent 98e8510ae7
commit a6fb4ffbb2
13 changed files with 130 additions and 58 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -1,6 +1,9 @@
local M = {}
function M.setup()
-- This is here because we do not want to use neogit inside firenvim or vscode!
vim.cmd [[packadd! neogit]]
local neogit = require("neogit")
neogit.setup()