diff options
| author | pml68 <contact@pml68.dev> | 2025-01-01 01:19:19 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-01 01:19:19 +0100 |
| commit | d6b3f9aaf670eec24ba008e9113839b308666f01 (patch) | |
| tree | f73c6be95db320e51d75cfb5a7d8689801f6cff4 /lua/pml68/plugins/completion.lua | |
| parent | fix: cmp deleting text, behaving weirdly (diff) | |
| download | nvim-d6b3f9aaf670eec24ba008e9113839b308666f01.tar.gz | |
fix: revert to rust.vim, fix weird cmp behavior
Diffstat (limited to 'lua/pml68/plugins/completion.lua')
| -rw-r--r-- | lua/pml68/plugins/completion.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/plugins/completion.lua b/lua/pml68/plugins/completion.lua index 82f275e..561ab22 100644 --- a/lua/pml68/plugins/completion.lua +++ b/lua/pml68/plugins/completion.lua @@ -18,7 +18,6 @@ return { "hrsh7th/cmp-nvim-lsp", "hrsh7th/cmp-buffer", "hrsh7th/cmp-path", - "hrsh7th/cmp-emoji" }, config = function() require("pml68.configs.cmp") |
