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

fix(#388) force pairs to work with pyright #404

Merged
merged 1 commit into from Oct 15, 2023
Merged

fix(#388) force pairs to work with pyright #404

merged 1 commit into from Oct 15, 2023

Conversation

Sam-programs
Copy link
Contributor

this just sets funcParensDisabled to false to fixing #388

M.python = function(char, item, bufnr, rules, _)
   item.data.funcParensDisabled = false
   M["*"](char,item,bufnr,rules)
end

@windwp windwp merged commit 4c21ec0 into windwp:master Oct 15, 2023
1 check passed
@windwp
Copy link
Owner

windwp commented Oct 15, 2023

thank you

sungyoonc added a commit to sungyoonc/dotfiles-nvim that referenced this pull request Oct 18, 2023
Due to windwp/nvim-autopairs#404 disabling pyright's completionProvider throws error when using nvim-cmp. This is a temporary fix, and will have to look into it.
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

2 participants