diff options
author | Guangxiong Lin <[email protected]> | 2023-11-22 22:42:05 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-11-22 22:42:05 +0800 |
commit | 5b19f525ad154c81de56d406dff6dfba6f5a8a66 (patch) | |
tree | 9ee400e4f8b286779034c26332f7c1a56daff961 /.gitmodules | |
parent | 964fa8d921259385c471870bd5344974e79294b6 (diff) | |
download | dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.gz dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.tar.bz2 dotfiles-5b19f525ad154c81de56d406dff6dfba6f5a8a66.zip |
Update vim config
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a3eb48a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".vim/pack/submodule/start/vim-javascript"] + path = .vim/pack/submodule/start/vim-javascript + url = https://github.com/pangloss/vim-javascript |