nvim: Enable SonarLint for Python
This commit is contained in:
parent
5c7d1a40fd
commit
3d14a58707
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
url = "https://gitlab.com/schrieveslaach/sonarlint.nvim",
|
url = "https://gitlab.com/schrieveslaach/sonarlint.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
ft = {"java", "go", "html", "python"},
|
ft = {"java", "go", "html", "python", "php"},
|
||||||
config = function()
|
config = function()
|
||||||
require('sonarlint').setup({
|
require('sonarlint').setup({
|
||||||
server = {
|
server = {
|
||||||
|
|
@ -34,6 +34,7 @@ return {
|
||||||
'go',
|
'go',
|
||||||
'html',
|
'html',
|
||||||
'python',
|
'python',
|
||||||
|
"php"
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue