config.lua 267 B

123456789101112131415161718192021
  1. AUTO_COMPLETE=true
  2. -- make list of languages
  3. AUTO_FORMAT=true
  4. COLORSCHEME='nvcode'
  5. -- ideas
  6. --[[
  7. nv.lint.python='flake8'
  8. nv.format.python='black'
  9. nv.format.python='yapf'
  10. nv.format.python='autopep8'
  11. nv.format.tsserver='prettier'
  12. nv.format.tsserver='eslint'
  13. ]]