init.vimango
init.vimango copied to clipboard
Add linting functionality.
Add linting functionality into vim, and then add linters for python and cpp.
might use:
- ale: can be integrated with coc.
- some coc extension.
built-in lsp adds linting functionality. Also i no longer use linters except for linting docs (formatters are better). Need to:
- add linters to cpp docs and other languages.
- check null-ls.nvim for adding external linters.