liquidev / lintplus

An improved linting plugin for the lite text editor.
59 stars 7 forks source link

lint+/luacheck init.lua: linter exited with signal 255 #32

Open MlcodeDev opened 10 months ago

MlcodeDev commented 10 months ago

So recently I've tried installing and configuring the linterplus plugin and I faced a weird problem: When I execute the Lint+:Check command, nothing happens. Also when I try the plugin on different languages such as python, rust, php it shows me that linter for them does not exist

Here are the logs:

Fri Sep  8 09:59:43 2023 [INFO] lint+/luacheck: init.lua: linter exited with signal 255 at /home/*/.config/lite-xl/plugins/lintplus/init.lua:241

Here is my config from main init.lua:


--Linter 
local lintplus = require "plugins.lintplus"
lintplus.load({"luacheck", "php", "python", "rust"}) 
lintplus.setup.lint_on_doc_load()
lintplus.setup.lint_on_doc_save()