diff --git a/.gitmodules b/.gitmodules index e59360c..9c152dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "pack/plugins/start/vim-Grammalecte"] path = pack/plugins/start/vim-Grammalecte url = https://github.com/dpelle/vim-Grammalecte +[submodule "pack/plugins/start/vim-sourcepawn"] + path = pack/plugins/start/vim-sourcepawn + url = https://github.com/withgod/vim-sourcepawn diff --git a/README.md b/README.md index 6d3b733..4781662 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Le fichier vimrc.bepo est une configuration spéciale pour les claviers bépo. V * [Grammalecte](https://github.com/dpelle/vim-Grammalecte) : Permet de corriger les fautes de français (n'oubliez pas d'installer [Grammalecte](https://grammalecte.net/) !). * [Rainbow](https://github.com/luochen1990/rainbow) : Colore les pairs de parenthèses et les accolades. * [Vim Doge](https://github.com/kkoomen/vim-doge) : Génère des commentaires. +* [Syntaxe SourcePawn](https://github.com/withgod/vim-sourcepawn) : Coloration syntaxique et support pour le SourcePawn. ### Plugins de l’ancienne version de ce dépôt qui seront remis plus tard diff --git a/pack/plugins/start/vim-sourcepawn b/pack/plugins/start/vim-sourcepawn new file mode 160000 index 0000000..94618fb --- /dev/null +++ b/pack/plugins/start/vim-sourcepawn @@ -0,0 +1 @@ +Subproject commit 94618fb252e1e7271d9780103f0d213c7fd848d8