-
-
Notifications
You must be signed in to change notification settings - Fork 301
feat(editing-support): add nvim-paredit plugin #1456
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(editing-support): add nvim-paredit plugin #1456
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
Plugin ensures nvim-paredit and nvim-parinfer work well together Imports both plugins from astrocommunity rather than including the plugins as dependencies (please comment if this is not the correct approach) This PR depends on AstroNvim#1456
* feat(editing-support): add parpar-nvim plugin Plugin ensures nvim-paredit and nvim-parinfer work well together Imports both plugins from astrocommunity rather than including the plugins as dependencies (please comment if this is not the correct approach) This PR depends on #1456 * Update init.lua * Update README.md * Update README.md --------- Co-authored-by: Uzair Aftab <[email protected]>
📑 Description
Adds the julienvincent/nvim-paredit plugin to provide structural editing support for Lisp dialects.
ℹ️ Additional Information
nvim-paredit plugin supports the changes in Neovim 0.11 and will be included in the Clojure pack in a future PR (once this PR has been approved)