123456789101112131415161718192021 |
- 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'
- ]]
|