Remove luasnip
This commit is contained in:
parent
37575bcd55
commit
0e6c03d0ed
2 changed files with 16 additions and 16 deletions
|
@ -73,7 +73,7 @@ return require('packer').startup(function()
|
|||
require('lsp').cmp()
|
||||
end,
|
||||
requires = { -- nvim-cmp sources
|
||||
"saadparwaiz1/cmp_luasnip", --luasnip integration
|
||||
-- "saadparwaiz1/cmp_luasnip", --luasnip integration
|
||||
"hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
|
@ -84,11 +84,11 @@ return require('packer').startup(function()
|
|||
"hrsh7th/cmp-look",
|
||||
}
|
||||
}
|
||||
use { -- code snippits
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- "hrsh7th/vim-vsnip",
|
||||
-- "rafamadriz/friendly-snippets",
|
||||
}
|
||||
-- use { -- code snippits
|
||||
-- "L3MON4D3/LuaSnip",
|
||||
-- -- "hrsh7th/vim-vsnip",
|
||||
-- -- "rafamadriz/friendly-snippets",
|
||||
-- }
|
||||
use { -- function parameter previews
|
||||
"ray-x/lsp_signature.nvim",
|
||||
after = "nvim-lspconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue