Add Luasnip
This commit is contained in:
parent
9881f4134b
commit
82c346506d
3 changed files with 46 additions and 9 deletions
3
vars.yml
3
vars.yml
|
|
@ -39,7 +39,7 @@ public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
|
|||
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
||||
public_githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
|
||||
|
||||
vim_plugins:
|
||||
neovim_plugins:
|
||||
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }
|
||||
- { url: 'https://github.com/sheerun/vim-polyglot', name: 'vim-polygot' }
|
||||
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }
|
||||
|
|
@ -56,6 +56,7 @@ vim_plugins:
|
|||
name: 'telescope.nvim',
|
||||
version: '0.1.x',
|
||||
}
|
||||
- { url: 'https://github.com/L3MON4D3/LuaSnip', name: 'luasnip', version: 'v1.0.0' }
|
||||
|
||||
neovim_node_packages:
|
||||
- typescript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue