-
-
Notifications
You must be signed in to change notification settings - Fork 345
plugins/no-neck-pain: init #3553
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
base: main
Are you sure you want to change the base?
Conversation
maintainers = [ lib.maintainers.ChelseaWilkinson ]; | ||
packPathName = "no-neck-pain.nvim"; | ||
package = "no-neck-pain-nvim"; | ||
url = "https://github.com/shortcuts/no-neck-pain.nvim"; |
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.
url = "https://github.com/shortcuts/no-neck-pain.nvim"; |
Should be fetched from meta
url = "https://github.com/shortcuts/no-neck-pain.nvim"; | ||
description = "☕ Dead simple yet super extensible zen mode plugin to protect your neck."; | ||
|
||
moduleName = "no-neck-pain"; |
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.
moduleName = "no-neck-pain"; |
Already defaults to name
|
||
defaults = { | ||
plugins.no-neck-pain = { | ||
enable = true; |
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.
Should add at least some of the defaults from https://github.com/shortcuts/no-neck-pain.nvim/blob/main/lua/no-neck-pain/config.lua#L148-L338 for testing the plugin.
ChelseaWilkinson = { | ||
email = "mail@chelseawilkinson.me"; | ||
github = "chelsea6502"; | ||
githubId = 122856043; | ||
name = "Chelsea Wilkinson"; | ||
}; |
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.
Can you split this into a separate commit before the addition of the module.
Requesting to add one of my favourite Neovim plugins: No Neck Pain. It centers the buffer to the middle of the screen.
This is my first time contributing to Nixvim, so let me know if there's any conventions I've missed. I assume I will have to add myself as a maintainer?