this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

only use lsp in cmp

-7
-7
nvim/lua/plugins/cmp.lua
··· 6 6 cmp.setup({ 7 7 sources = { 8 8 { name = "nvim_lsp" }, 9 - { name = "buffer" }, 10 - { name = "git" }, 11 9 }, 12 10 snippet = { 13 11 expand = function(args) ··· 24 22 "neovim/nvim-lspconfig", 25 23 "hrsh7th/nvim-cmp", 26 24 }, 27 - opts = {}, 28 - }, 29 - { 30 - "petertriho/cmp-git", 31 - dependencies = { "hrsh7th/nvim-cmp" }, 32 25 opts = {}, 33 26 }, 34 27 }