diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-12-29 16:08:32 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-12-29 16:08:32 +0530 |
commit | c5cdd5117df0709141018fb64be36ab6893caeff (patch) | |
tree | 969c367d8aa708fd8058876f74df22889cc0bc80 | |
parent | a11903f2176a9867814252269315b481dfc0d255 (diff) |
moving nvim config to a submodule
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
m--------- | .config/nvim | 0 | ||||
-rw-r--r-- | .gitmodules | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim b/.config/nvim new file mode 160000 +Subproject 07b91321dee1a120c8b890d9b6fd7fff804f848 diff --git a/.gitmodules b/.gitmodules index 76c9d2b..ceaa906 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".config/zsh/pure"] path = .config/zsh/pure url = https://github.com/sindresorhus/pure.git +[submodule ".config/nvim"] + path = .config/nvim + url = https://github.com/listout/nvim.git |