idk and update

This commit is contained in:
Tschierske, Nikki (NE-GI/F) 2024-02-28 12:44:26 +01:00
parent 8abc7ad6a1
commit 280560ae96
10 changed files with 754 additions and 744 deletions

View file

@ -0,0 +1,17 @@
return
{
-- Autocompletion
'hrsh7th/nvim-cmp',
dependencies = {
-- Snippet Engine & its associated nvim-cmp source
'L3MON4D3/LuaSnip',
'saadparwaiz1/cmp_luasnip',
-- Adds LSP completion capabilities
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-path',
-- Adds a number of user-friendly snippets
'rafamadriz/friendly-snippets',
},
}