diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-02-04 22:19:24 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-02-04 22:19:24 +0100 |
commit | 94599f821df3d5a01e741ef0ec93bcb012f61c56 (patch) | |
tree | 5f4eff1d8d6bf516f386a32f3ce4dbfbb2137ea1 | |
parent | 091a9303c14009b2b66275a6938b8e5731e98245 (diff) | |
download | vim-94599f821df3d5a01e741ef0ec93bcb012f61c56.zip vim-94599f821df3d5a01e741ef0ec93bcb012f61c56.tar.gz |
add plugin vim-gdscript3
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ Plugin 'scrooloose/nerdtree' Plugin 'Shougo/deoplete.nvim' Plugin 'Shougo/neosnippet' Plugin 'Shougo/neosnippet-snippets' +Plugin 'calviken/vim-gdscript3' call vundle#end() " required |