From 2daa40150171a212c088a42836782c54be7d4661 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 21 Oct 2022 11:52:02 -0700 Subject: [PATCH] try out comment-commentstring vim plugin --- .gitmodules | 4 ++++ .local/share/nvim/site/pack/alpha/start/context-commentstring | 1 + 2 files changed, 5 insertions(+) create mode 160000 .local/share/nvim/site/pack/alpha/start/context-commentstring diff --git a/.gitmodules b/.gitmodules index 4f288ac..6048b44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -257,3 +257,7 @@ url = https://git.kejadlen.dev/alpha/vim-colors-paramount.git branch = main shallow = true +[submodule "context-commentstring"] + path = .local/share/nvim/site/pack/alpha/start/context-commentstring + url = https://github.com/suy/vim-context-commentstring.git + branch = master diff --git a/.local/share/nvim/site/pack/alpha/start/context-commentstring b/.local/share/nvim/site/pack/alpha/start/context-commentstring new file mode 160000 index 0000000..edcf56c --- /dev/null +++ b/.local/share/nvim/site/pack/alpha/start/context-commentstring @@ -0,0 +1 @@ +Subproject commit edcf56c323071ddabf3cf68c8d39edc22b930809