diff options
author | sefidel <contact@sefidel.net> | 2024-06-02 15:15:49 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-06-02 15:16:18 +0900 |
commit | bd24f4189e5b787990fd713c9f58d90f48fb81a8 (patch) | |
tree | ff3c8fd3bf55b8f8e067989aca5064d18041aa42 /fnl/nvrc/packs/neogit.fnl | |
parent | d3beae3318c7e80d2bd522e07bab240460b6f62f (diff) | |
download | nvimrc-bd24f4189e5b787990fd713c9f58d90f48fb81a8.tar.gz nvimrc-bd24f4189e5b787990fd713c9f58d90f48fb81a8.zip |
feat(packs): add neogit
Diffstat (limited to 'fnl/nvrc/packs/neogit.fnl')
-rw-r--r-- | fnl/nvrc/packs/neogit.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/packs/neogit.fnl b/fnl/nvrc/packs/neogit.fnl new file mode 100644 index 0000000..6d5a940 --- /dev/null +++ b/fnl/nvrc/packs/neogit.fnl @@ -0,0 +1,3 @@ +(local {: setup} (require :neogit)) + +(setup {:kind :auto :console_timeout 10000}) |