TheResplandor / init.vimango

15 stars 0 forks source link

Add linting functionality. #7

Open TheResplandor opened 4 years ago

TheResplandor commented 4 years ago

Add linting functionality into vim, and then add linters for python and cpp.

might use:

TheResplandor commented 2 years ago

built-in lsp adds linting functionality. Also i no longer use linters except for linting docs (formatters are better). Need to: 1) add linters to cpp docs and other languages. 2) check null-ls.nvim for adding external linters.