Big backup I guess
This commit is contained in:
parent
98e8510ae7
commit
a6fb4ffbb2
13 changed files with 130 additions and 58 deletions
dotfiles/neovim/lua/my/plugins
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue