summaryrefslogtreecommitdiffstats
path: root/vim/files/dein.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/files/dein.toml')
-rw-r--r--vim/files/dein.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/vim/files/dein.toml b/vim/files/dein.toml
index b51db5f..5aebe78 100644
--- a/vim/files/dein.toml
+++ b/vim/files/dein.toml
@@ -118,3 +118,15 @@ repo = 'prabirshrestha/async.vim'
repo = 'prabirshrestha/vim-lsp'
lazy = 0
depends = ['async.vim']
+
+[[plugins]]
+repo = 'thomasfaingnaert/vim-lsp-snippets'
+lazy = 0
+if=0
+depends = ['vim-lsp']
+
+[[plugins]]
+repo = 'thomasfaingnaert/vim-lsp-neosnippet'
+lazy = 0
+if=0
+depends = ['vim-lsp-snippets']