From 311768ce72f524e543953d0174c76539e730baa8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 14 Mar 2022 00:34:06 +0800 Subject: add cmp-omni for working with tex --- lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index cc7b8a1..2a80fa6 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -33,6 +33,8 @@ require("packer").startup({ use {"hrsh7th/cmp-nvim-lua", after = "nvim-cmp"} use {"hrsh7th/cmp-path", after = "nvim-cmp"} use {"hrsh7th/cmp-buffer", after = "nvim-cmp"} + use { "hrsh7th/cmp-omni", after = "nvim-cmp" } + -- use {"hrsh7th/cmp-cmdline", after = "nvim-cmp"} use {"quangnguyen30192/cmp-nvim-ultisnips", after = {'nvim-cmp', 'ultisnips'}} if vim.g.is_mac then -- cgit v1.2.3