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

This commit is contained in:
rebuilt 2021-05-03 02:31:16 +02:00 committed by GitHub
parent 99364ef2b7
commit f15428e655
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 35 additions and 12 deletions

View file

@ -7,6 +7,17 @@ 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 = {
@ -60,7 +71,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}
}