-
-
Notifications
You must be signed in to change notification settings - Fork 240
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(pack): add hyprland config file language support #1063
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
If we get the changes I requested merged in, I can always just do a follow up PR to simplify this once the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few fixes/improvements
Once the PR to {
"williamboman/mason-lspconfig.nvim",
optional = true,
opts = function(_, opts)
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "hyprls" })
end,
}, |
Co-authored-by: Micah Halter <[email protected]>
Co-authored-by: Micah Halter <[email protected]>
Co-authored-by: Micah Halter <[email protected]>
Co-authored-by: Micah Halter <[email protected]>
* feat(pack): add hyprland config file language support * Update lua/astrocommunity/pack/hyprland/init.lua Co-authored-by: Micah Halter <[email protected]> * Update lua/astrocommunity/pack/hyprland/init.lua Co-authored-by: Micah Halter <[email protected]> * Update lua/astrocommunity/pack/hyprland/init.lua Co-authored-by: Micah Halter <[email protected]> * Update lua/astrocommunity/pack/hyprland/init.lua Co-authored-by: Micah Halter <[email protected]> * Update lua/astrocommunity/pack/hyprland/README.md * Update lua/astrocommunity/pack/hyprland/README.md * Update lua/astrocommunity/pack/hyprland/README.md --------- Co-authored-by: Micah Halter <[email protected]>
Ok, I just did a follow up revision of this PR to rename this to |
Thanks for the contribution! This is a great one! :D Love seeing packs getting added that really decrease setup like setting up filetypes and things 😄 |
📑 Description
ℹ Additional Information