comparison .chezmoitemplates/config.vim @ 484:bed1479d9b10

Replace vsnip with luasnip
author zegervdv <zegervdv@me.com>
date Tue, 09 Nov 2021 12:24:39 +0100
parents 5b625df6edf2
children 3449f059b93e
comparison
equal deleted inserted replaced
483:160e93d776f3 484:bed1479d9b10
9 packadd! matchit 9 packadd! matchit
10 packadd! shellmenu 10 packadd! shellmenu
11 endif 11 endif
12 endif 12 endif
13 source $VIMRUNTIME/ftplugin/man.vim 13 source $VIMRUNTIME/ftplugin/man.vim
14
15 if has('packages')
16 silent! packadd! log_file
17 silent! packadd! snippets
18 endif
19 14
20 packadd vim-dirvish 15 packadd vim-dirvish
21 16
22 if has("nvim") 17 if has("nvim")
23 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python') 18 let g:python3_host_prog=expand('$HOME/.config/virtualenvs/python3/bin/python')