fix user config

This commit is contained in:
christianchiarulli 2021-07-05 16:05:15 -04:00
parent 71c5cb4f0b
commit 5c73e9bea5

View file

@ -5,8 +5,7 @@ Linters should be
filled in as strings with either filled in as strings with either
a global executable or a path to a global executable or a path to
an executable an executable
]] ]] -- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
-- THESE ARE EXAMPLE CONFIGS FEEL FREE TO CHANGE TO WHATEVER YOU WANT
-- general -- general
O.format_on_save = true O.format_on_save = true
O.auto_complete = true O.auto_complete = true
@ -23,7 +22,7 @@ O.transparent_window = false
-- TODO User Config for predefined plugins -- TODO User Config for predefined plugins
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile
O.bultin_plugin.hop.active = false O.plugin.hop.active = false
O.plugin.dial.active = false O.plugin.dial.active = false
O.plugin.dashboard.active = true O.plugin.dashboard.active = true
O.plugin.matchup.active = false O.plugin.matchup.active = false