diff options
author | Chris <[email protected]> | 2021-03-26 20:28:08 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-26 20:28:08 -0400 |
commit | 7d9905533305ac3bcc977cd194e3a2144af9a340 (patch) | |
tree | 516cf7edd47a5efb5ac0fab9103e852783e343ac /lua/config.lua | |
parent | 7a67d6245af26c7ef6d5af87505353221df10e53 (diff) |
lotsa fixes
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' ]] + + |