diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d31387f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,36 @@ +[submodule "vim/.vim/pack/lsp/start/asyncomplete-lsp.vim"] + path = vim/.vim/pack/lsp/start/asyncomplete-lsp.vim + url = https://github.com/prabirshrestha/asyncomplete-lsp.vim +[submodule "vim/.vim/pack/lsp/start/vim-lsp"] + path = vim/.vim/pack/lsp/start/vim-lsp + url = https://github.com/prabirshrestha/vim-lsp +[submodule "vim/.vim/pack/lsp/start/vim-lsp-settings"] + path = vim/.vim/pack/lsp/start/vim-lsp-settings + url = https://github.com/mattn/vim-lsp-settings +[submodule "vim/.vim/pack/themes/opt/everforest"] + path = vim/.vim/pack/themes/opt/everforest + url = https://github.com/sainnhe/everforest +[submodule "vim/.vim/pack/themes/start/vim-polyglot"] + path = vim/.vim/pack/themes/start/vim-polyglot + url = https://github.com/sheerun/vim-polyglot +[submodule "vim/.vim/pack/utils/start/asyncomplete.vim"] + path = vim/.vim/pack/utils/start/asyncomplete.vim + url = https://github.com/prabirshrestha/asyncomplete.vim +[submodule "vim/.vim/pack/utils/start/fzf.vim"] + path = vim/.vim/pack/utils/start/fzf.vim + url = https://github.com/junegunn/fzf.vim +[submodule "vim/.vim/pack/utils/start/vim-fugitive"] + path = vim/.vim/pack/utils/start/vim-fugitive + url = https://github.com/tpope/vim-fugitive +[submodule "vim/.vim/pack/utils/start/vim-repeat"] + path = vim/.vim/pack/utils/start/vim-repeat + url = https://github.com/tpope/vim-repeat +[submodule "vim/.vim/pack/utils/start/vim-singlechar"] + path = vim/.vim/pack/utils/start/vim-singlechar + url = https://git.lohic.dev/loic/vim-singlechar +[submodule "vim/.vim/pack/utils/start/vim-surround"] + path = vim/.vim/pack/utils/start/vim-surround + url = https://github.com/tpope/vim-surround +[submodule "vim/.vim/pack/utils/start/vim-vinegar"] + path = vim/.vim/pack/utils/start/vim-vinegar + url = https://github.com/tpope/vim-vinegar diff --git a/vim/.vim/pack/lsp/start/asyncomplete-lsp.vim b/vim/.vim/pack/lsp/start/asyncomplete-lsp.vim new file mode 160000 index 0000000..da23f44 --- /dev/null +++ b/vim/.vim/pack/lsp/start/asyncomplete-lsp.vim @@ -0,0 +1 @@ +Subproject commit da23f4418a6301feac7b99e1728fb79acb243d69 diff --git a/vim/.vim/pack/lsp/start/vim-lsp b/vim/.vim/pack/lsp/start/vim-lsp new file mode 160000 index 0000000..f38805d --- /dev/null +++ b/vim/.vim/pack/lsp/start/vim-lsp @@ -0,0 +1 @@ +Subproject commit f38805dba93be2dbcf58eab95a39da5a97120a43 diff --git a/vim/.vim/pack/lsp/start/vim-lsp-settings b/vim/.vim/pack/lsp/start/vim-lsp-settings new file mode 160000 index 0000000..1da485c --- /dev/null +++ b/vim/.vim/pack/lsp/start/vim-lsp-settings @@ -0,0 +1 @@ +Subproject commit 1da485c2d78e943e19e0aa261487f6a13014d170 diff --git a/vim/.vim/pack/themes/opt/everforest b/vim/.vim/pack/themes/opt/everforest new file mode 160000 index 0000000..b03a031 --- /dev/null +++ b/vim/.vim/pack/themes/opt/everforest @@ -0,0 +1 @@ +Subproject commit b03a03148c8b34c24c96960b93da9c8883d11f54 diff --git a/vim/.vim/pack/themes/start/vim-polyglot b/vim/.vim/pack/themes/start/vim-polyglot new file mode 160000 index 0000000..f061edd --- /dev/null +++ b/vim/.vim/pack/themes/start/vim-polyglot @@ -0,0 +1 @@ +Subproject commit f061eddb7cdcc614c8406847b2bfb53099832a4e diff --git a/vim/.vim/pack/utils/start/asyncomplete.vim b/vim/.vim/pack/utils/start/asyncomplete.vim new file mode 160000 index 0000000..17b654a --- /dev/null +++ b/vim/.vim/pack/utils/start/asyncomplete.vim @@ -0,0 +1 @@ +Subproject commit 17b654a87a834d4e835fb7467e562b4421ad9310 diff --git a/vim/.vim/pack/utils/start/fzf.vim b/vim/.vim/pack/utils/start/fzf.vim new file mode 160000 index 0000000..34a564c --- /dev/null +++ b/vim/.vim/pack/utils/start/fzf.vim @@ -0,0 +1 @@ +Subproject commit 34a564c81f36047f50e593c1656f4580ff75ccca diff --git a/vim/.vim/pack/utils/start/vim-fugitive b/vim/.vim/pack/utils/start/vim-fugitive new file mode 160000 index 0000000..3b753cf --- /dev/null +++ b/vim/.vim/pack/utils/start/vim-fugitive @@ -0,0 +1 @@ +Subproject commit 3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0 diff --git a/vim/.vim/pack/utils/start/vim-repeat b/vim/.vim/pack/utils/start/vim-repeat new file mode 160000 index 0000000..6584602 --- /dev/null +++ b/vim/.vim/pack/utils/start/vim-repeat @@ -0,0 +1 @@ +Subproject commit 65846025c15494983dafe5e3b46c8f88ab2e9635 diff --git a/vim/.vim/pack/utils/start/vim-singlechar b/vim/.vim/pack/utils/start/vim-singlechar new file mode 160000 index 0000000..05083fc --- /dev/null +++ b/vim/.vim/pack/utils/start/vim-singlechar @@ -0,0 +1 @@ +Subproject commit 05083fcc0ba23bed0d82ccf76f151506b77ccd09 diff --git a/vim/.vim/pack/utils/start/vim-surround b/vim/.vim/pack/utils/start/vim-surround new file mode 160000 index 0000000..3d188ed --- /dev/null +++ b/vim/.vim/pack/utils/start/vim-surround @@ -0,0 +1 @@ +Subproject commit 3d188ed2113431cf8dac77be61b842acb64433d9 diff --git a/vim/.vim/pack/utils/start/vim-vinegar b/vim/.vim/pack/utils/start/vim-vinegar new file mode 160000 index 0000000..bb1bcdd --- /dev/null +++ b/vim/.vim/pack/utils/start/vim-vinegar @@ -0,0 +1 @@ +Subproject commit bb1bcddf43cfebe05eb565a84ab069b357d0b3d6