File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ function M.setup()
97
97
},
98
98
{ name = ' emoji' },
99
99
{ name = ' tmux' , keyword_length = 3 , max_item_count = 10 },
100
- { name = ' dictionary' , keyword_length = 3 },
101
100
{ name = " crates" },
102
101
}
103
102
@@ -143,7 +142,6 @@ function M.setup()
143
142
look = ' [Look]' ,
144
143
emoji = ' [Emoji]' ,
145
144
treesitter = ' [TreeSitter]' ,
146
- dictionary = ' [Dictionary]' ,
147
145
tmux = ' [Tmux]' ,
148
146
git = ' [Git]' ,
149
147
crates = ' [Crates]' ,
Original file line number Diff line number Diff line change @@ -403,20 +403,6 @@ M.plugin_list = {
403
403
end ,
404
404
lazy = true ,
405
405
},
406
- {
407
- ' uga-rosa/cmp-dictionary' ,
408
- config = function ()
409
- local dict = require (' cmp_dictionary' )
410
-
411
- dict .setup ({
412
- exact_length = 2 ,
413
- paths = {
414
- ' /usr/share/dict/words' ,
415
- }
416
- })
417
- end ,
418
- lazy = true ,
419
- },
420
406
{
421
407
' petertriho/cmp-git' ,
422
408
config = function ()
@@ -434,7 +420,6 @@ M.plugin_list = {
434
420
' hrsh7th/cmp-buffer' ,
435
421
' hrsh7th/cmp-path' ,
436
422
' hrsh7th/cmp-emoji' ,
437
- ' uga-rosa/cmp-dictionary' ,
438
423
' ray-x/cmp-treesitter' ,
439
424
' andersevenrud/cmp-tmux' ,
440
425
' petertriho/cmp-git' ,
@@ -1167,7 +1152,7 @@ M.plugin_list = {
1167
1152
config = function ()
1168
1153
require (' grug-far' ).setup ({
1169
1154
engine = ' ripgrep'
1170
- });
1155
+ })
1171
1156
end ,
1172
1157
cmd = { ' GrugFar' }
1173
1158
},
You can’t perform that action at this time.
0 commit comments