diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-13 23:52:54 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-13 23:52:54 +0200 |
| commit | 86628d459cabd0c29f0cdbb699e2e18807b958ed (patch) | |
| tree | 512801524e303fd9485496ed0f1dcd52d62cb38b /lua/plugins/cmp.lua | |
| parent | c349d1f7998d97f60d3a3945ce8da166b33bf1c8 (diff) | |
| download | dotfiles-86628d459cabd0c29f0cdbb699e2e18807b958ed.tar.gz dotfiles-86628d459cabd0c29f0cdbb699e2e18807b958ed.zip | |
Removed unnecessary files/lines
Diffstat (limited to 'lua/plugins/cmp.lua')
| -rw-r--r-- | lua/plugins/cmp.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 39c08d7..93bc5b2 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -30,7 +30,7 @@ local kind_icons = { Function = "", Constructor = "⚙️", Field = "", - Variable = "", + Variable = "", Class = "ﴯ", Interface = "", Module = "", @@ -112,10 +112,10 @@ cmp.setup({ }, }) -vim.cmd([[ - set completeopt=menuone,noinsert,noselect - highlight! default link CmpItemKind CmpItemMenuDefault -]]) +--vim.cmd([[ +-- set completeopt=menuone,noinsert,noselect +-- highlight! default link CmpItemKind CmpItemMenuDefault +--]]) cmp.setup.cmdline("/", { mapping = cmp.mapping.preset.cmdline(), |
