# HG changeset patch # User Meredith Howard # Date 1687806766 18000 # Node ID b7a3f68c02b262915e10a33abf82e6590e8aab38 # Parent 8a56361b077fdff363dcdc1de4edae599ea3d179 Drop cmp-omni. Never resolved the double-display But don't really have omnifunc use cases anymore diff --git a/.config/nvim/lua/plugins/completion.lua b/.config/nvim/lua/plugins/completion.lua --- a/.config/nvim/lua/plugins/completion.lua +++ b/.config/nvim/lua/plugins/completion.lua @@ -7,7 +7,6 @@ return { "hrsh7th/cmp-calc", "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-nvim-lua", - "hrsh7th/cmp-omni", "hrsh7th/cmp-path", { "L3MON4D3/LuaSnip", opts = { history = true, delete_check_events = "TextChanged" } }, "quangnguyen30192/cmp-nvim-tags", @@ -83,7 +82,6 @@ return { { name = "nvim_lua" }, { name = "buffer", option = { keyword_pattern = [[\k\+]] } }, { name = "path" }, - -- { name = "omni" }, { name = "tags" }, { name = "calc" }, }),