Add 'hrsh7th/cmp-path' as a dependency and load 'luasnip' snippets from VSCode in the 'init.lua' file, also include 'onsails/lspkind.nvim' and 'rafamadriz/friendly-snippets' in the list of plugins in the 'custom/plugins/init.lua' file
This commit is contained in:
parent
bc702160c2
commit
082aedd752
2 changed files with 10 additions and 8 deletions
|
|
@ -8,5 +8,7 @@ return {
|
|||
'famiu/bufdelete.nvim',
|
||||
'ThePrimeagen/harpoon',
|
||||
'ThePrimeagen/vim-be-good',
|
||||
'stevearc/dressing.nvim'
|
||||
'stevearc/dressing.nvim',
|
||||
"onsails/lspkind.nvim",
|
||||
"rafamadriz/friendly-snippets"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue