add path & buffer cmp sources
This commit is contained in:
parent
d9bd64b1da
commit
57eb84b700
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
lazy-lock.json
|
7
init.lua
7
init.lua
@ -107,10 +107,13 @@ require('lazy').setup({
|
||||
-- Adds a number of user-friendly snippets
|
||||
'rafamadriz/friendly-snippets',
|
||||
|
||||
-- Adds buffer source
|
||||
'hrsh7th/cmp-buffer',
|
||||
--
|
||||
-- Adds path source
|
||||
'hrsh7th/cmp-path',
|
||||
|
||||
'hrsh7th/cmp-nvim-lua',
|
||||
"rafamadriz/friendly-snippets"
|
||||
},
|
||||
},
|
||||
|
||||
@ -556,6 +559,8 @@ cmp.setup {
|
||||
sources = {
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'luasnip' },
|
||||
{ name = 'buffer' },
|
||||
{ name = 'path' },
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user