summaryrefslogtreecommitdiff
path: root/lua/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config.lua')
-rw-r--r--lua/config.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/config.lua b/lua/config.lua
index 43c48995..0fe195c2 100644
--- a/lua/config.lua
+++ b/lua/config.lua
@@ -2,13 +2,20 @@ AUTO_COMPLETE=true
-- make list of languages
AUTO_FORMAT=true
+COLORSCHEME='nvcode'
+
-- ideas
--[[
+nv.lint.python='flake8'
nv.format.python='black'
nv.format.python='yapf'
nv.format.python='autopep8'
+nv.format.tsserver='prettier'
+nv.format.tsserver='eslint'
]]
+
+