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",
|
||||
lazy = true,
|
||||
ft = {"java", "go", "html", "python"},
|
||||
ft = {"java", "go", "html", "python", "php"},
|
||||
config = function()
|
||||
require('sonarlint').setup({
|
||||
server = {
|
||||
|
|
@ -34,6 +34,7 @@ return {
|
|||
'go',
|
||||
'html',
|
||||
'python',
|
||||
"php"
|
||||
},
|
||||
})
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue