From ca3ccc842c919e42ff21382a62d23a74e31b39dc Mon Sep 17 00:00:00 2001 From: Matthew Wozniak Date: Sat, 6 Jan 2024 23:44:23 -0500 Subject: add fugitive, better gui settings for windows --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 75d23b3..9e6a9f2 100644 --- a/init.lua +++ b/init.lua @@ -14,6 +14,7 @@ vim.opt.rtp:prepend(lazypath) -- Plugin manager require("lazy").setup({ + "tpope/vim-fugitive", "jeffkreeftmeijer/vim-dim", "neovim/nvim-lspconfig", "hrsh7th/nvim-cmp", -- cgit v1.2.3-54-g00ecf