nvim
This commit is contained in:
20
nvim/lua/zinn/plugins/mvim-cmp.lua
Normal file
20
nvim/lua/zinn/plugins/mvim-cmp.lua
Normal file
@@ -0,0 +1,20 @@
|
||||
return {
|
||||
-- -- In the config function of nvim-cmp
|
||||
-- config = function()
|
||||
-- local cmp = require("cmp")
|
||||
--
|
||||
-- cmp.setup({
|
||||
-- mapping = cmp.mapping.preset.insert({
|
||||
-- ["<C-Space>"] = cmp.mapping.complete(),
|
||||
-- ["<CR>"] = cmp.mapping.confirm({ select = true }),
|
||||
-- ["<C-n>"] = cmp.mapping.select_next_item(),
|
||||
-- ["<C-p>"] = cmp.mapping.select_prev_item(),
|
||||
-- }),
|
||||
-- sources = cmp.config.sources({
|
||||
-- { name = "nvim_lsp" },
|
||||
-- { name = "buffer" },
|
||||
-- { name = "path" },
|
||||
-- }),
|
||||
-- })
|
||||
-- end
|
||||
}
|
||||
Reference in New Issue
Block a user