CyberMango / init.vimango

15 stars 0 forks source link

Add linting functionality. #7

Open CyberMango opened 4 years ago

CyberMango commented 4 years ago

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

might use:

CyberMango commented 1 year 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.