mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
Adds the ability to toggle on/off whichkey and dashboard (#337)
This commit is contained in:
parent
99364ef2b7
commit
f15428e655
4 changed files with 35 additions and 12 deletions
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue