-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin says "snyk, htmlhint, golangci_lint" aren't in Mason registry but they are. #8
Comments
lawlondon
changed the title
Plugin says "cppcheck, snyk, htmlhint, golangci_lint" aren't in Mason registry but they are.
Plugin says "snyk, htmlhint, golangci_lint" aren't in Mason registry but they are.
May 8, 2024
Getting the same problem here |
LeonardoMor
added a commit
to LeonardoMor/ui
that referenced
this issue
Jul 8, 2024
Squashed commit of the following: commit 5d6c844978b0b7a8acfc607cbfdab3dfb63d8392 Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 12:09:01 2024 -0600 feat(nvim-lint): add snyk and htmlhint See: rshkarin/mason-nvim-lint#8 commit 984d655b220a3b235b81fcbcc6c3eb0c3d9a0e0c Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 11:57:02 2024 -0600 fix(nvim-lint): correct ansible-lint mapping See: rshkarin/mason-nvim-lint#9 commit 806b42fa650f97a8bac445bd727552261dee81ec Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 11:55:03 2024 -0600 feat(nvim-lint): add checkmake Linter for Makefiles. See: rshkarin/mason-nvim-lint#10 commit a376b63f49fd02f3502b006108fc373b1efb5611 Author: Leonardo Mora <[email protected]> Date: Sun Jul 7 19:41:15 2024 -0600 refactor(formatters): better name
siduck
pushed a commit
to NvChad/ui
that referenced
this issue
Jul 9, 2024
* fix(nvim-lint): add/correct some linters Squashed commit of the following: commit 5d6c844978b0b7a8acfc607cbfdab3dfb63d8392 Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 12:09:01 2024 -0600 feat(nvim-lint): add snyk and htmlhint See: rshkarin/mason-nvim-lint#8 commit 984d655b220a3b235b81fcbcc6c3eb0c3d9a0e0c Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 11:57:02 2024 -0600 fix(nvim-lint): correct ansible-lint mapping See: rshkarin/mason-nvim-lint#9 commit 806b42fa650f97a8bac445bd727552261dee81ec Author: Leonardo Mora <[email protected]> Date: Mon Jul 8 11:55:03 2024 -0600 feat(nvim-lint): add checkmake Linter for Makefiles. See: rshkarin/mason-nvim-lint#10 commit a376b63f49fd02f3502b006108fc373b1efb5611 Author: Leonardo Mora <[email protected]> Date: Sun Jul 7 19:41:15 2024 -0600 refactor(formatters): better name * fix(MasonInstallAll): fix linters installation. Fixes #308 * refactor(get_pkgs): expose this function I find this extremely useful. So added this to have access to this table. * refactor(get_pkgs): consider data when handling duplicates The way it was, you could end up with duplicates introduced by the incoming data list. * refactor: no need to re-assign the source table when using vim.list_extend
@lawlondon you have a mistake in your |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As title says, I get the notification Linters [golangci-lint, snyk, htmlhint] are absent in the mason's registry. However they do appear to be in mason's registry.
Here is my relevant config:
`
return {
'neovim/nvim-lspconfig',
dependencies = {
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
'hrsh7th/cmp-nvim-lsp',
'hrsh7th/cmp-buffer',
'hrsh7th/cmp-path',
'hrsh7th/cmp-cmdline',
'hrsh7th/nvim-cmp',
'L3MON4D3/LuaSnip',
'saadparwaiz1/cmp_luasnip',
'j-hui/fidget.nvim',
'luckasRanarison/tailwind-tools.nvim',
'onsails/lspkind-nvim',
'stevearc/conform.nvim',
'zapling/mason-conform.nvim',
'mfussenegger/nvim-lint',
'rshkarin/mason-nvim-lint',
},
config = function()
local lsp_capabilities = vim.tbl_deep_extend('force', {}, vim.lsp.protocol.make_client_capabilities(), require('cmp_nvim_lsp').default_capabilities())
end,
}
`
The text was updated successfully, but these errors were encountered: