diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:21:08 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-04-06 22:21:08 +0200 |
| commit | 5f1f3122bfe7ee5cc74d6b5164ce2b6d19095ff1 (patch) | |
| tree | 3ed88fe4c2ccae891915f3fd8f06b636a0a38739 /.config/nvim/lua | |
| parent | 95cf9a8f66aefe3eb80aab0ae8f56ba95ca10d5b (diff) | |
nvim: add fugitive
Diffstat (limited to '.config/nvim/lua')
| -rw-r--r-- | .config/nvim/lua/plugins/fugitive.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/lua/plugins/fugitive.lua b/.config/nvim/lua/plugins/fugitive.lua new file mode 100644 index 0000000..6070c07 --- /dev/null +++ b/.config/nvim/lua/plugins/fugitive.lua @@ -0,0 +1,5 @@ +return { + { + "tpope/vim-fugitive", + }, +} |
