summaryrefslogtreecommitdiff
path: root/lua/config.lua
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-27 04:13:07 -0400
committerChris <[email protected]>2021-03-27 04:13:07 -0400
commit42638f60619e965f66386ae6cd656951ac4a8fac (patch)
treed777d65d7f148ce184dc0b1c87b1b4fff11fb36c /lua/config.lua
parenteb1077811077e3f2f3834ddbb355a984ced395f8 (diff)
nv-settings.lua
Diffstat (limited to 'lua/config.lua')
-rw-r--r--lua/config.lua21
1 files changed, 0 insertions, 21 deletions
diff --git a/lua/config.lua b/lua/config.lua
deleted file mode 100644
index ef081199..00000000
--- a/lua/config.lua
+++ /dev/null
@@ -1,21 +0,0 @@
---[[
-O is the global options object
-
-Formatters and linters should be
-filled in as strings with either
-a global executable or a path to
-an executable
-]]
-
-
-O.auto_complete = true
-O.colorscheme = 'nvcode'
-
-O.python.formatter = 'yapf'
-O.python.linter = nil
-O.python.autoformat = false
-O.python.diagnostics.virtual_text = false
-O.python.diagnostics.signs = false
-O.python.diagnostics.underline = false
-
-