Skip to content

gbprod/none-ls-php.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

none-ls-php.nvim

Native PHP diagnostic source for none-ls.nvim

Since this diagnostic was deprecated from none-ls.nvim (see this issue) because a LSP alternative is available, this repository allows to keep using native php linter with none-ls.nvim.

Note: This plugin is not intended to be used alone, it is a dependency of none-ls.nvim.

📦 Installation

This should be used as a dependency of none-ls.nvim.

{
  {
    "nvimtools/none-ls.nvim",
    dependencies = {
        "gbprod/none-ls-php.nvim",
    },
  },
}

Setup

Follow the steps in null-ls setup section.

local null_ls = require("null-ls")

null_ls.setup {
  sources = {
    require("none-ls-php.diagnostics.php"),
    ...
  }
}

Related projects

You can search for sources via the none-ls-sources topic.