Skip to content

Commit

Permalink
rm cmp-dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Sep 28, 2024
1 parent 46edbd0 commit 5265a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 0 additions & 2 deletions lua/aceforeverd/config/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function M.setup()
},
{ name = 'emoji' },
{ name = 'tmux', keyword_length = 3, max_item_count = 10 },
{ name = 'dictionary', keyword_length = 3 },
{ name = "crates" },
}

Expand Down Expand Up @@ -143,7 +142,6 @@ function M.setup()
look = '[Look]',
emoji = '[Emoji]',
treesitter = '[TreeSitter]',
dictionary = '[Dictionary]',
tmux = '[Tmux]',
git = '[Git]',
crates = '[Crates]',
Expand Down
17 changes: 1 addition & 16 deletions lua/aceforeverd/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,20 +403,6 @@ M.plugin_list = {
end,
lazy = true,
},
{
'uga-rosa/cmp-dictionary',
config = function()
local dict = require('cmp_dictionary')

dict.setup({
exact_length = 2,
paths = {
'/usr/share/dict/words',
}
})
end,
lazy = true,
},
{
'petertriho/cmp-git',
config = function()
Expand All @@ -434,7 +420,6 @@ M.plugin_list = {
'hrsh7th/cmp-buffer',
'hrsh7th/cmp-path',
'hrsh7th/cmp-emoji',
'uga-rosa/cmp-dictionary',
'ray-x/cmp-treesitter',
'andersevenrud/cmp-tmux',
'petertriho/cmp-git',
Expand Down Expand Up @@ -1167,7 +1152,7 @@ M.plugin_list = {
config = function()
require('grug-far').setup({
engine = 'ripgrep'
});
})
end,
cmd = { 'GrugFar' }
},
Expand Down

0 comments on commit 5265a47

Please sign in to comment.