Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"

This reverts commit f15428e655.
This commit is contained in:
Chris 2021-05-02 20:48:07 -04:00
parent f15428e655
commit 86472017e5
4 changed files with 11 additions and 34 deletions

View file

@ -7,17 +7,6 @@ O = {
number = true,
relative_number = true,
shell = 'bash',
-- Plugin settings
-- ========================================
dashboard = {
enable = true,
},
whichkey = {
enable = true,
},
-- LSP settings
-- ========================================
-- @usage pass a table with your desired languages
treesitter = {
@ -71,7 +60,7 @@ O = {
ruby = {
diagnostics = {virtualtext = true, signs = true, underline = true},
filetypes = {'rb', 'erb', 'rakefile'}
},
}
-- css = {formatter = '', autoformat = false, virtual_text = true},
-- json = {formatter = '', autoformat = false, virtual_text = true}
}