diff options
Diffstat (limited to 'lua/config.lua')
-rw-r--r-- | lua/config.lua | 7 |
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' ]] + + |