Need to create a table where I can disable certain modules like lsp, treesitter, dap, etc ```lua { dap = false, lsp = false, treesitter = false } ``` `enabled` or `cond` will be helpful in this case
Need to create a table where I can disable certain modules like lsp, treesitter, dap, etc
{ dap = false, lsp = false, treesitter = false }enabledorcondwill be helpful in this case