diff options
author | Chris <[email protected]> | 2021-05-02 20:48:07 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-05-02 20:48:07 -0400 |
commit | 86472017e543cd737a35a04b3cf32009b46b0dd1 (patch) | |
tree | e662a49457275823d2a55d0d6bd8fc7e250d6fcf /lua/lv-globals.lua | |
parent | f15428e6550db4e37e25af54fb511459e26b6cb1 (diff) |
Revert "Adds the ability to toggle on/off whichkey and dashboard (#337)"
This reverts commit f15428e6550db4e37e25af54fb511459e26b6cb1.
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r-- | lua/lv-globals.lua | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua index 5cf4e606..dedf397b 100644 --- a/lua/lv-globals.lua +++ b/lua/lv-globals.lua @@ -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} } |