From 891fad07f520115bb2f44c8e9ed45726a465e3a5 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 27 Dec 2023 00:41:12 +0100 Subject: more vim and hammerspoon --- .config/nvim/lua/plugins/fugitive.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/nvim/lua/plugins/fugitive.lua (limited to '.config/nvim/lua/plugins/fugitive.lua') diff --git a/.config/nvim/lua/plugins/fugitive.lua b/.config/nvim/lua/plugins/fugitive.lua new file mode 100644 index 0000000..0b426c0 --- /dev/null +++ b/.config/nvim/lua/plugins/fugitive.lua @@ -0,0 +1,3 @@ +return { + "tpope/vim-fugitive" +} -- cgit v1.2.3