about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-19 00:40:13 +0900
committersefidel <contact@sefidel.net>2022-03-19 00:40:13 +0900
commit7bf8727cb4c81ea3c41b03f4e796461c91c6b281 (patch)
tree64f86d233117eff6bb7a2f95bab4184122227139 /fnl/nvrc/pack.fnl
parent8c20872b33f89eeb45f9271d9eb3a453899e97e8 (diff)
downloadnvimrc-7bf8727cb4c81ea3c41b03f4e796461c91c6b281.tar.gz
nvimrc-7bf8727cb4c81ea3c41b03f4e796461c91c6b281.zip
feat(pack): add gitsigns
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 79b53b5..185710e 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -26,6 +26,7 @@
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :tpope/vim-fugitive)
 (pack! :tpope/vim-eunuch)
+(pack! :lewis6991/gitsigns.nvim {:req :gitsigns})
 
 (pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter
                           :requires [(pack :L3MON4D3/LuaSnip {:module :luasnip})