Neovim: add friendly-snippets
This commit is contained in:
parent
efbc653977
commit
4f2c3b5e7e
2 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,7 @@ require('packer').startup(function()
|
|||
use 'hrsh7th/cmp-path' -- Path source for nvim-cmp
|
||||
use 'saadparwaiz1/cmp_luasnip' -- Snippets source for nvim-cmp
|
||||
use 'L3MON4D3/LuaSnip' -- Snippets plugin
|
||||
use "rafamadriz/friendly-snippets" -- Snippets collection
|
||||
|
||||
-- treesitter syntax highlight
|
||||
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue