diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-15 23:26:50 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-03-15 23:26:50 +0100 |
commit | 855f4e4f0f22b35641f13614e46b9ab7f6818188 (patch) | |
tree | 9a776e07429c16e1df68f4b04c125c46185eed16 /.config/nvim/lua/neogit | |
parent | 8577c3b7cba714551d3537f3337ee2490bd20106 (diff) |
Migration to lua
Diffstat (limited to '.config/nvim/lua/neogit')
-rw-r--r-- | .config/nvim/lua/neogit/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/neogit/init.lua b/.config/nvim/lua/neogit/init.lua new file mode 100644 index 0000000..ca38081 --- /dev/null +++ b/.config/nvim/lua/neogit/init.lua @@ -0,0 +1 @@ +local neogit = require('neogit') |