diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-09-06 09:08:32 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-09-06 12:17:57 +0100 |
| commit | 7ab7ce7f5fed98815a7cf7358b02071c01ceefb7 (patch) | |
| tree | 797171914c032f2b5678c2924c763071acd1b7ff | |
| parent | 8f0048fde624e304203552d5ebef92ca6f30d618 (diff) | |
✨feat: add nvim configuration files
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | nvim/.config/nvim | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..32537ea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "nvim/.config/nvim"] + path = nvim/.config/nvim + url = git@git.ch-naseem.com:ndpm13/nvim-config.git diff --git a/nvim/.config/nvim b/nvim/.config/nvim new file mode 160000 +Subproject 5964e5387dc035be7cd04ec2cb2d10b725f44a3 |
