dotfiles

Cross platform dotfiles for linux, mac and windows

commit 0af1ff3f42d85b61c411ba81e8c9f1733573da19
parent 9e568112c901f097739105fb7abac89ee048df22
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Sun, 13 Feb 2022 02:03:26 +0530

Properly add vim plugins

With urls
17 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules
@@ -0,0 +1,48 @@
+[submodule ".local/share/vim/pack/development/start/rust.vim"]
+	path = .local/share/vim/pack/development/start/rust.vim
+	url = https://git::@github.com/rust-lang/rust.vim.git
+[submodule ".local/share/vim/pack/development/start/vim-cmake"]
+	path = .local/share/vim/pack/development/start/vim-cmake
+	url = https://git::@github.com/cdelledonne/vim-cmake.git
+[submodule ".local/share/vim/pack/development/start/vim-msbuild"]
+	path = .local/share/vim/pack/development/start/vim-msbuild
+	url = https://git::@github.com/heaths/vim-msbuild.git
+[submodule ".local/share/vim/pack/general/start/editorconfig-vim"]
+	path = .local/share/vim/pack/general/start/editorconfig-vim
+	url = https://git::@github.com/editorconfig/editorconfig-vim.git
+[submodule ".local/share/vim/pack/general/start/vim-better-whitespace"]
+	path = .local/share/vim/pack/general/start/vim-better-whitespace
+	url = https://git::@github.com/ntpeters/vim-better-whitespace.git
+[submodule ".local/share/vim/pack/general/start/vim-codepainter"]
+	path = .local/share/vim/pack/general/start/vim-codepainter
+	url = https://git::@github.com/lpinilla/vim-codepainter.git
+[submodule ".local/share/vim/pack/general/start/vim-commentary"]
+	path = .local/share/vim/pack/general/start/vim-commentary
+	url = https://git::@github.com/tpope/vim-commentary.git
+[submodule ".local/share/vim/pack/general/start/vim-easymotion"]
+	path = .local/share/vim/pack/general/start/vim-easymotion
+	url = https://git::@github.com/easymotion/vim-easymotion.git
+[submodule ".local/share/vim/pack/general/start/vim-fugitive"]
+	path = .local/share/vim/pack/general/start/vim-fugitive
+	url = https://git::@github.com/tpope/vim-fugitive.git
+[submodule ".local/share/vim/pack/general/start/vim-ninja-feet"]
+	path = .local/share/vim/pack/general/start/vim-ninja-feet
+	url = https://git::@github.com/tommcdo/vim-ninja-feet.git
+[submodule ".local/share/vim/pack/general/start/vim-repeat"]
+	path = .local/share/vim/pack/general/start/vim-repeat
+	url = https://git::@github.com/tpope/vim-repeat.git
+[submodule ".local/share/vim/pack/general/start/vim-surround"]
+	path = .local/share/vim/pack/general/start/vim-surround
+	url = https://git::@github.com/tpope/vim-surround.git
+[submodule ".local/share/vim/pack/general/start/vim-textobj-user"]
+	path = .local/share/vim/pack/general/start/vim-textobj-user
+	url = https://git::@github.com/kana/vim-textobj-user.git
+[submodule ".local/share/vim/pack/general/start/vim-textobj-xmlattr"]
+	path = .local/share/vim/pack/general/start/vim-textobj-xmlattr
+	url = https://git::@github.com/whatyouhide/vim-textobj-xmlattr.git
+[submodule ".local/share/vim/pack/general/start/vim-unimpaired"]
+	path = .local/share/vim/pack/general/start/vim-unimpaired
+	url = https://github.com/tpope/vim-unimpaired
+[submodule ".local/share/vim/pack/themes/start/gruvbox-material"]
+	path = .local/share/vim/pack/themes/start/gruvbox-material
+	url = https://git::@github.com/sainnhe/gruvbox-material.git
diff --git a/.local/share/vim/pack/development/start/rust.vim b/.local/share/vim/pack/development/start/rust.vim
@@ -0,0 +1 @@
+Subproject commit c06a17151c69b9d61e60a28274932a28fd37c453
diff --git a/.local/share/vim/pack/development/start/vim-cmake b/.local/share/vim/pack/development/start/vim-cmake
@@ -0,0 +1 @@
+Subproject commit 844b85677d52d932432eb115236d9173ebe3664d
diff --git a/.local/share/vim/pack/development/start/vim-msbuild b/.local/share/vim/pack/development/start/vim-msbuild
@@ -0,0 +1 @@
+Subproject commit 4766d9a225c433e7ce2625bcc6263bfd028c4a50
diff --git a/.local/share/vim/pack/general/start/editorconfig-vim b/.local/share/vim/pack/general/start/editorconfig-vim
@@ -0,0 +1 @@
+Subproject commit 3078cd10b28904e57d878c0d0dab42aa0a9fdc89
diff --git a/.local/share/vim/pack/general/start/vim-better-whitespace b/.local/share/vim/pack/general/start/vim-better-whitespace
@@ -0,0 +1 @@
+Subproject commit c5afbe91d29c5e3be81d5125ddcdc276fd1f1322
diff --git a/.local/share/vim/pack/general/start/vim-codepainter b/.local/share/vim/pack/general/start/vim-codepainter
@@ -0,0 +1 @@
+Subproject commit 1ae0ee4f48e7e196ef90bc84ecbc56cad231e9df
diff --git a/.local/share/vim/pack/general/start/vim-commentary b/.local/share/vim/pack/general/start/vim-commentary
@@ -0,0 +1 @@
+Subproject commit 349340debb34f6302931f0eb7139b2c11dfdf427
diff --git a/.local/share/vim/pack/general/start/vim-easymotion b/.local/share/vim/pack/general/start/vim-easymotion
@@ -0,0 +1 @@
+Subproject commit d75d9591e415652b25d9e0a3669355550325263d
diff --git a/.local/share/vim/pack/general/start/vim-fugitive b/.local/share/vim/pack/general/start/vim-fugitive
@@ -0,0 +1 @@
+Subproject commit 6f07d7e6cd23b7a76dc461fdfb1984717d233806
diff --git a/.local/share/vim/pack/general/start/vim-ninja-feet b/.local/share/vim/pack/general/start/vim-ninja-feet
@@ -0,0 +1 @@
+Subproject commit cb9b448dd468a338255aed474e6113ed115612c1
diff --git a/.local/share/vim/pack/general/start/vim-repeat b/.local/share/vim/pack/general/start/vim-repeat
@@ -0,0 +1 @@
+Subproject commit 24afe922e6a05891756ecf331f39a1f6743d3d5a
diff --git a/.local/share/vim/pack/general/start/vim-surround b/.local/share/vim/pack/general/start/vim-surround
@@ -0,0 +1 @@
+Subproject commit f51a26d3710629d031806305b6c8727189cd1935
diff --git a/.local/share/vim/pack/general/start/vim-textobj-user b/.local/share/vim/pack/general/start/vim-textobj-user
@@ -0,0 +1 @@
+Subproject commit 41a675ddbeefd6a93664a4dc52f302fe3086a933
diff --git a/.local/share/vim/pack/general/start/vim-textobj-xmlattr b/.local/share/vim/pack/general/start/vim-textobj-xmlattr
@@ -0,0 +1 @@
+Subproject commit 694a297f1d75fd527e87da9769f3c6519a87ebb1
diff --git a/.local/share/vim/pack/general/start/vim-unimpaired b/.local/share/vim/pack/general/start/vim-unimpaired
@@ -0,0 +1 @@
+Subproject commit e4006d68cd4f390efef935bc09be0ce3bd022e72
diff --git a/.local/share/vim/pack/themes/start/gruvbox-material b/.local/share/vim/pack/themes/start/gruvbox-material
@@ -0,0 +1 @@
+Subproject commit fb27ccbd20cc1eda04e181f22c722977bdf9c934