From 93b1b9ea58499a59cd66423eb60b1d7315d2955c Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 24 Oct 2022 00:09:03 +0530 Subject: nvim: plugins: add cmp-omni plugings Signed-off-by: listout --- lua/plugins/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index 1366c77..6c8799a 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -45,6 +45,7 @@ return packer.startup(function(use) use {'hrsh7th/cmp-nvim-lsp-signature-help'} use {'hrsh7th/nvim-cmp'} -- Autocompletion plugin use {'hrsh7th/cmp-nvim-lua'} + use {'hrsh7th/cmp-omni'} use {'saadparwaiz1/cmp_luasnip'} -- Snippets source for nvim-cmp use {'L3MON4D3/LuaSnip'} -- Snippets plugin use {"rafamadriz/friendly-snippets"} -- cgit v1.2.3