Skip to content

Commit

Permalink
rm cmake-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jan 28, 2024
1 parent 42a51d1 commit 691e058
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions lua/aceforeverd/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 691e058

Please sign in to comment.