Drop cmp-omni. Never resolved the double-display

Mon, 26 Jun 2023 14:12:46 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 26 Jun 2023 14:12:46 -0500
changeset 1123
b7a3f68c02b2
parent 1122
8a56361b077f
child 1124
cb981f8aba50

Drop cmp-omni. Never resolved the double-display

But don't really have omnifunc use cases anymore

.config/nvim/lua/plugins/completion.lua file | annotate | diff | comparison | revisions
--- 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" },
         }),

mercurial