2 files changed,
0 insertions(+),
2 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-10-27 15:46:20 +0300
Parent:
77070ce
jump to
| M | lua/configs/cmp.lua |
| M | lua/plugins.lua |
M
lua/configs/cmp.lua
@@ -11,7 +11,6 @@
cmp.setup.filetype({ "gitcommit", "NeogitCommitMessage" }, { sources = { { name = "buffer" }, - { name = "emoji" }, { name = "luasnip" }, }, })
M
lua/plugins.lua
@@ -154,7 +154,6 @@ config = u.get.config "cmp",
requires = { { "hrsh7th/cmp-buffer", after = "nvim-cmp" }, { "saadparwaiz1/cmp_luasnip", after = "nvim-cmp" }, - { "hrsh7th/cmp-emoji", after = "nvim-cmp" }, { "hrsh7th/cmp-path", after = "nvim-cmp" }, { "hrsh7th/cmp-nvim-lsp", module = "cmp_nvim_lsp" }, },