There was an error while loading. Please reload this page.
Do not add the closing comma if a succeeding comma follows
Add trailing commas to "'} inside Lua tables
Updated Custom rules (markdown)
Updated Endwise (markdown)
Add doc for https://github.com/LZDQ/nvim-autocenter and custom script to auto center.
previous vimscript bugfix was still buggy, this time it's fixed for realzies
Fixed the COC vimscript command—see #445
generalized insertion with surrounding check
Fix "Add spaces between parentheses" example.
Updated Rules API (markdown)
Updated Completion plugin (markdown)
Mention that `with_*`'s condition functions receive options and describe them
Use more readable example for `with_move` explanation
Update the "Expand multiple pairs on enter key" snippet to only close when there is a matching pair
Add section: "Move past commas and semicolons"
Use tables and `for` loops to avoid repetition
COC now use new pum, so something need change
Since Coc.nvim use Custom completion menu after version `0.0.82`, old config function `completion_confirm` no longer work.
Wording adjustment in `set_end_pair_length` explanation
Overhaul page. Reworded existing tables and added thorough explanations of each method and examples
Add exmaple described in #237