aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-03-14 00:34:06 +0800
committerjdhao <jdhao@hotmail.com>2022-03-14 00:34:06 +0800
commit311768ce72f524e543953d0174c76539e730baa8 (patch)
tree561cdf26eee5e61745846fb4811ebf8399b11f79 /lua/plugins.lua
parenta1942e61429baff759f18a6a8da80e8c4a79df4d (diff)
add cmp-omni for working with tex
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 2 insertions, 0 deletions
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