hotfix: setup neogit

This commit is contained in:
Muhammad Nauman Raza 2024-03-22 11:34:52 +00:00
parent ed45b8971f
commit 78b66889d5
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -1,4 +1,8 @@
vim.g.mapleader = " " -- Set map leader vim.g.mapleader = " " -- Set map leader
-- Setup neogit
local neogit = require('neogit')
neogit.setup {}
-- Imports from files -- Imports from files
require 'core' require 'core'