Skip to content
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

feat(lang): add null-ls tools to mason's ensure_installed #1133

Merged
merged 1 commit into from Jul 16, 2023
Merged

feat(lang): add null-ls tools to mason's ensure_installed #1133

merged 1 commit into from Jul 16, 2023

Conversation

fredrikaverpil
Copy link
Contributor

@fredrikaverpil fredrikaverpil commented Jul 14, 2023

@jyuan0 noticed the null-ls sources are not installed by Mason. Figured I'd fix this in a separate PR.

Comment on lines 103 to 106
table.insert(opts.ensure_installed, "delve")
local tools = { "gomodifytags", "impl", "gofumpt", "goimports-reviser", "delve" }
for _, tool in ipairs(tools) do
table.insert(opts.ensure_installed, tool)
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use vim.list_extend instead

@folke folke merged commit 63e8985 into LazyVim:main Jul 16, 2023
@folke
Copy link
Collaborator

folke commented Jul 16, 2023

thanks!

dpetka2001 pushed a commit to dpetka2001/LazyVim that referenced this pull request Jul 18, 2023
joshmedeski pushed a commit to joshmedeski/LazyVim that referenced this pull request Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants