diff --git a/lua/aceforeverd/plugins/init.lua b/lua/aceforeverd/plugins/init.lua index df919cb..01bd093 100644 --- a/lua/aceforeverd/plugins/init.lua +++ b/lua/aceforeverd/plugins/init.lua @@ -356,9 +356,7 @@ M.plugin_list = { local dict = require('cmp_dictionary') dict.setup({ - exact = 2, - capacity = 5, - debug = false, + exact_length = 2, paths = { '/usr/share/dict/words', } @@ -1059,14 +1057,6 @@ M.plugin_list = { opts = {}, }, - { - 'Civitasv/cmake-tools.nvim', - config = function() - require('cmake-tools').setup({}) - end, - dependencies = { 'stevearc/overseer.nvim' } - }, - -- colors { 'NvChad/nvim-colorizer.lua',