mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(neovim): Create MasonInstallAll command to install applications
not available through OS package and brew
This commit is contained in:
@@ -25,3 +25,8 @@ vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
})
|
||||
end,
|
||||
})
|
||||
|
||||
-- New command: MasonInstallAll
|
||||
vim.api.nvim_create_user_command("MasonInstallAll", function()
|
||||
vim.cmd("MasonInstall codelldb css-lsp docker-compose-language-service html-lsp json-lsp sqlls")
|
||||
end, {})
|
||||
|
||||
Reference in New Issue
Block a user