config.lua 161 B

1234567891011121314
  1. AUTO_COMPLETE=true
  2. -- make list of languages
  3. AUTO_FORMAT=true
  4. -- ideas
  5. --[[
  6. nv.format.python='black'
  7. nv.format.python='yapf'
  8. nv.format.python='autopep8'
  9. ]]