habamax / vim-godot

Use vim and godot engine to make games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is linting files possible?

opened this issue · comments

I am just wondering if linting is possible to add? Or maybe this is a problem that I have to tackle myself?

Not to this plugin. Linting is the problem other plugins solve -- ALE, for example. But it also depends on the linting tools which I am not aware of, except godot itself.

YCM gives me some linting (coc.nvim does it also):
image