Almost rewrote my entire config
This commit is contained in:
parent
47d704ad01
commit
c5b355601e
51 changed files with 973 additions and 870 deletions
dotfiles/neovim/lua/my/plugins
|
@ -1,14 +0,0 @@
|
|||
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()
|
||||
|
||||
vim.keymap.set("n", "<C-g>", neogit.open)
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue