diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-04-18 20:59:27 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:30 +0100 |
commit | 3e70db89bc37baeef9e107a7a6828d07dcc2507b (patch) | |
tree | da8b9f9d3f45deca6297b81a40a705c29656ce60 /vimrc | |
parent | 803aa75a47ed37b0eaaaec3802c4b9236bc1ee9b (diff) | |
download | dotnvim-3e70db89bc37baeef9e107a7a6828d07dcc2507b.tar.gz dotnvim-3e70db89bc37baeef9e107a7a6828d07dcc2507b.zip |
Snippets from LSP
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ Plug 'natebosch/vim-lsc', { 'tag': 'v0.4.0' } Plug 'samsaga2/vim-z80' Plug 'tomtom/tcomment_vim' Plug 'https://tildegit.org/sloum/gemini-vim-syntax.git' +Plug 'hrsh7th/vim-vsnip' +Plug 'hrsh7th/vim-vsnip-integ' call plug#end() |