nixos/.gitmodules
Edward Litherland-Smith f093ef8b6b Add various plugins, configure lightline
Add ALE (Asynchronous Lint Engine), fugitive for git
and configure lightline to work better with both of these
2020-12-18 10:38:50 +00:00

19 lines
785 B
Plaintext

[submodule "pack/plugins/start/lightline"]
path = pack/plugins/start/lightline
url = https://github.com/itchyny/lightline.vim
[submodule "pack/plugins/opt/onedark.vim"]
path = pack/colours/opt/onedark.vim
url = https://github.com/joshdick/onedark.vim.git
[submodule "pack/plugins/start/auto-pairs"]
path = pack/plugins/start/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "pack/plugins/start/ale"]
path = pack/plugins/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule "pack/plugins/start/lightline-ale"]
path = pack/plugins/start/lightline-ale
url = https://github.com/maximbaz/lightline-ale.git
[submodule "pack/plugins/start/vim-fugitive"]
path = pack/plugins/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git