jay-babu / mason-null-ls.nvim

GNU Affero General Public License v3.0
549 stars 22 forks source link

automatic_installation = { exclude } not working. #107

Open jasper-at-windswept opened 1 month ago

jasper-at-windswept commented 1 month ago

I'm trying to stop phpactor from being installed since I already have it locally installed. But the following is not working and it still is getting installed on start of neovim.

  {
    "jay-babu/mason-null-ls.nvim",
    config = function()
      require("mason-null-ls").setup({
        ensure_installed = nil,
        automatic_installation = { exclude = { "phpactor" } },
      })
    end,
  },
github-actions[bot] commented 3 weeks ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

jasper-at-windswept commented 3 weeks ago

bump

jay-babu commented 3 weeks ago

Hey

ensure_installed = {}

What happens like this?

jasper-at-windswept commented 3 weeks ago

@jay-babu Still installs phpactor on start with that change.

github-actions[bot] commented 1 week ago

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

jasper-at-windswept commented 1 week ago

bump