diff options
author | christianchiarulli <[email protected]> | 2021-07-06 11:30:01 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 11:30:01 -0400 |
commit | 15603354acdc5ab88a5eb0d70a7b3e17a1792efe (patch) | |
tree | 385435f9853e10809383b0308077af1129232d90 /utils/installer/lv-config.example.lua | |
parent | 08ebd34a43abd139321bd34dfe70c0b632835746 (diff) |
remove plugin bloat
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r-- | utils/installer/lv-config.example.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 917aa1e0..f0aceb55 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -22,15 +22,10 @@ O.transparent_window = false -- TODO User Config for predefined plugins -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile -O.plugin.hop.active = false -O.plugin.dial.active = false O.plugin.dashboard.active = true -O.plugin.matchup.active = false O.plugin.colorizer.active = false -O.plugin.numb.active = false O.plugin.ts_playground.active = false O.plugin.indent_line.active = false -O.plugin.gitlinker.active = false O.plugin.zen.active = false -- dashboard |