# completor-neosnippet **Repository Path**: space-vim/completor-neosnippet ## Basic Information - **Project Name**: completor-neosnippet - **Description**: mirror from github - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-05 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README completor-neosnippet ==================== [Neosnippet](https://github.com/Shougo/neosnippet.vim) completion support for [completor.vim](https://github.com/maralla/completor.vim). ![Demo](http://i.imgur.com/O5iIybz.gif) Install ------- [Install completor.vim](https://github.com/maralla/completor.vim#install) first. For [vim-plug](https://github.com/junegunn/vim-plug) ```vim Plug 'maralla/completor-neosnippet' ``` For [pack](https://github.com/maralla/pack) ```bash $ pack install maralla/completor-neosnippet ``` Remeber to have neosnippet and [neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets) installed.