diff options
| author | Max Christian Pohle | 2023-01-20 00:42:58 +0100 |
|---|---|---|
| committer | Max Christian Pohle | 2023-01-20 00:42:58 +0100 |
| commit | 5ec73d44d6eddb9491311f633f4be6ef609768b6 (patch) | |
| tree | 65202f3f49df82992bfc72443ebbe8455fb0a509 /.gitmodules | |
| parent | 5107a24190ebf257b8abe3bf959a0c1b1e032e53 (diff) | |
| download | vim-5ec73d44d6eddb9491311f633f4be6ef609768b6.tar.bz2 vim-5ec73d44d6eddb9491311f633f4be6ef609768b6.zip | |
qol improvements
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d09951e..986283d 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -55,3 +55,9 @@ | |||
| 55 | [submodule "pack/all/start/vim-editorconfig"] | 55 | [submodule "pack/all/start/vim-editorconfig"] |
| 56 | path = pack/all/start/vim-editorconfig | 56 | path = pack/all/start/vim-editorconfig |
| 57 | url = https://github.com/cxw42/editorconfig-vim | 57 | url = https://github.com/cxw42/editorconfig-vim |
| 58 | [submodule "pack/nvim/start/nvim-treesitter"] | ||
| 59 | path = pack/nvim/start/nvim-treesitter | ||
| 60 | url = https://github.com/nvim-treesitter/nvim-treesitter | ||
| 61 | [submodule "pack/all/start/fzf.vim"] | ||
| 62 | path = pack/all/start/fzf.vim | ||
| 63 | url = https://github.com/junegunn/fzf.vim | ||
