mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
more optional plugins
This commit is contained in:
parent
89ea86f0ae
commit
36daa90e74
5 changed files with 202 additions and 136 deletions
|
@ -27,7 +27,14 @@ O = {
|
|||
|
||||
database = {save_location = '~/.config/nvcode_db', auto_execute = 1},
|
||||
|
||||
plugins = {hop = {active = false}},
|
||||
plugin = {
|
||||
hop = {active = false},
|
||||
dial = {active = false},
|
||||
dashboard = {active = false},
|
||||
zen = {active = false}
|
||||
|
||||
|
||||
},
|
||||
|
||||
lang = {
|
||||
python = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue