idk and update
This commit is contained in:
parent
8abc7ad6a1
commit
280560ae96
10 changed files with 754 additions and 744 deletions
17
lua/custom/plugins/autocompletion.lua
Normal file
17
lua/custom/plugins/autocompletion.lua
Normal 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',
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue