diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-04 12:00:29 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-04 12:00:29 +0200 |
| commit | 06a1cd6ede3ee876c4b1206769985b79e3559c5d (patch) | |
| tree | 3319602c85184c56410ab0da4f0114cfb905aafd /.vim/autoload/snips.vim | |
| parent | adad823f99bea2a20bae2efbd92e5cd5bae8eb8b (diff) | |
vim: use luasnip
Diffstat (limited to '.vim/autoload/snips.vim')
| -rw-r--r-- | .vim/autoload/snips.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.vim/autoload/snips.vim b/.vim/autoload/snips.vim deleted file mode 100644 index 3136c2a..0000000 --- a/.vim/autoload/snips.vim +++ /dev/null @@ -1,8 +0,0 @@ - -function snips#exec(arg) - return luaeval("require('snips').exec")(a:arg) -endfunction - -function snips#comment(arg) - return luaeval("require('snips').comment")(a:arg) -endfunction |