summaryrefslogtreecommitdiff
path: root/lv-config.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-06-29 22:45:48 -0400
committerchristianchiarulli <[email protected]>2021-06-29 22:45:48 -0400
commit592e348689a3fba6467249be1163f8f91572e15f (patch)
tree270ba51407a091c1a98453b9fb6c1c6d688a4a09 /lv-config.lua
parent73276a79c023ff36f5ced5d852bfff8356d261c7 (diff)
updates
Diffstat (limited to 'lv-config.lua')
-rw-r--r--lv-config.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lv-config.lua b/lv-config.lua
index 8bebde66..e14ae59e 100644
--- a/lv-config.lua
+++ b/lv-config.lua
@@ -23,7 +23,7 @@ O.smart_case = true
-- After changing plugin config it is recommended to run :PackerCompile
O.plugin.hop.active = false
O.plugin.dial.active = false
-O.plugin.dashboard.active = false
+O.plugin.dashboard.active = true
O.plugin.matchup.active = false
O.plugin.colorizer.active = false
O.plugin.numb.active = false
@@ -51,7 +51,7 @@ O.lang.clang.diagnostics.underline = false
-- add things like O.python.formatter.isort.exec_path
O.lang.python.formatter = 'yapf'
-- O.python.linter = 'flake8'
-O.lang.python.active = false
+O.lang.python.active = true
O.lang.python.isort = true
O.lang.python.autoformat = true
O.lang.python.diagnostics.virtual_text = true
@@ -63,7 +63,7 @@ O.lang.python.analysis.use_library_code_types = true
-- lua
-- TODO look into stylua
-O.lang.lua.active = false
+O.lang.lua.active = true
O.lang.lua.formatter = 'lua-format'
-- O.lua.formatter = 'lua-format'
O.lang.lua.autoformat = false