summaryrefslogtreecommitdiffstats
path: root/vim/files/dein.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:43 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:43 +0100
commit3ad56bc3eb53c77e6eb4df3f88865c7cdb570d88 (patch)
treea61970dc6372973b372a413b1e149afa21dc14e0 /vim/files/dein.toml
parent7c859ff2732f14c4a8a8cfb7cea3189651afa98c (diff)
downloaddotfiles-igor-3ad56bc3eb53c77e6eb4df3f88865c7cdb570d88.tar.gz
dotfiles-igor-3ad56bc3eb53c77e6eb4df3f88865c7cdb570d88.tar.xz
Vim: switched from ghcide to hls
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']