Commit Graph

288 Commits

Author SHA1 Message Date
Stephen Brown-Bourne
8d5e46cd27 Improve grammar in README. 2021-11-22 04:51:54 +07:00
zztrieuzz
fd6b301dd2 fix test 2021-11-21 19:24:09 +07:00
zztrieuzz
c96e06595c refactor: test_utils 2021-11-21 09:18:08 +07:00
zztrieuzz
1f18e79ee9 fix: double quotes on vim filetype 😍
give vim some ❤️
2021-11-15 09:06:32 +07:00
Igor Barchenkov
e785a0e3ad Add endwise support for inline anonymous functions in Elixir 2021-11-15 05:20:12 +07:00
zztrieuzz
f4f1c9f27d remove print 2021-11-09 15:01:57 +07:00
zztrieuzz
01f3a9f72f fix(cmp): add pair on cmp event 2021-11-07 09:20:15 +07:00
github-actions[bot]
f858ab38b5 chore: generated vimdoc 2021-11-04 10:56:43 +07:00
zztrieuzz
50163eeae0 Update README 2021-11-04 06:53:04 +07:00
tami5
22a6fe3164 feat(cmp): wrap lisp function instead of appending paran 2021-11-04 05:42:16 +07:00
github-actions[bot]
e6b1870cd2 chore: generated vimdoc 2021-10-29 19:21:43 +07:00
zztrieuzz
cd182bcba4 update README.md 2021-10-29 18:00:01 +07:00
github-actions[bot]
48830948de chore: generated vimdoc 2021-10-29 09:15:15 +07:00
zztrieuzz
76658097d7 docs: fix #171 2021-10-29 09:02:34 +07:00
zztrieuzz
b977c8c38a fix(fastwrap): change offset fast wrap 2021-10-28 19:22:29 +07:00
zztrieuzz
de0b89d95c fix: bufdelete on terminal is not correct fix #169 2021-10-28 18:38:31 +07:00
zztrieuzz
03cc1e0e68 fix(cmp): remove pull request 2021-10-28 17:50:57 +07:00
zztrieuzz
599f7a15eb fix(cmp): remove mapping <CR> on autopairs use nvim-cmp setup
https://github.com/hrsh7th/nvim-cmp/pull/418
2021-10-28 16:33:32 +07:00
zztrieuzz
dffcd00ef4 spec: document field only 2021-10-26 12:59:30 +07:00
zztrieuzz
6842738534 chore: change name to compare 2021-10-26 08:59:51 +07:00
zztrieuzz
4f7d7fc2b7 fix html rule 2021-10-26 08:57:57 +07:00
zztrieuzz
fdeb794ee7 fix bug with toggleterm 2021-10-25 21:06:55 +07:00
zztrieuzz
3b1b990283 fix(test): fix test case #cff29f3 2021-10-21 13:35:54 +07:00
zztrieuzz
cff29f37ec fix: undo break cr key fix #164 2021-10-21 13:06:31 +07:00
zztrieuzz
fd272b64c7 make default map_cr 2021-10-20 11:32:13 +07:00
zztrieuzz
f0c10f5265 add spec undo 2021-10-20 08:36:54 +07:00
zztrieuzz
f9d8914a7c feat: support undo. fix #162 2021-10-19 19:15:25 +07:00
zztrieuzz
df6b61a0c0 fix(fastwrap) offset point 2021-10-19 08:43:25 +07:00
n3wborn
7becc6bc9d fix(docs): README highlight typo 2021-10-17 20:48:00 +07:00
github-actions[bot]
85dbb46b54 chore: generated vimdoc 2021-10-17 15:07:32 +07:00
zztrieuzz
8d6512b789 feat(fastwrap): add highlight grey area 2021-10-17 10:14:39 +07:00
zztrieuzz
4e8043e2ee fix(cmp): remove vim.defer_fn
remove nvim-compe,completion-nvim
2021-10-17 08:34:37 +07:00
Oliver Leete
2cab63437f Added julia to the triple quote rule 2021-10-15 07:09:20 +07:00
github-actions[bot]
42c64e70e0
chore: generated vimdoc (#156)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-14 18:17:19 +07:00
howoz
2c296bd6cb
change fastwrap behaviour (#153)
* feat: (fastwrap) auto_move
2021-10-14 18:13:51 +07:00
Hexin
823e469f6f use <Del> for deleting closing pair 2021-10-14 18:11:15 +07:00
github-actions[bot]
db48f0b483 chore: generated vimdoc 2021-10-14 12:59:19 +07:00
zeertzjq
86dce0d460 feat: add option to disable when recording or executing a macro 2021-10-14 12:50:58 +07:00
Hexin
8220306d01 Fix issue where clearing namespace fails when using fast-wrap at first line
The following error occurs:
Error executing vim.schedule lua callback: ...om/windwp/nvim-autopairs/lua/nvim-autopairs/fastwrap.lua:86: Line number outside range
2021-10-12 06:06:54 +07:00
zztrieuzz
b5d077d2a0 fix: allow set ignored_next_char='' #150
bug fastwrap can override ignored_next_char
2021-10-11 16:11:32 +07:00
zztrieuzz
85fd134e6a ci: add stale 2021-10-05 18:50:16 +07:00
zztrieuzz
72b2b64285 fix: add replace_map_cr dynamic change on cr mapping
close #147
2021-10-03 07:04:39 +07:00
zztrieuzz
e93e047051 add doc 2021-10-01 21:02:08 +07:00
zztrieuzz
94e97c7cca fix: allow remove filetype when create rule
cond.not_filetypes() is not remove rule, that rule still exist.
We need to remove rule from constructor by using syntax -filetype
sample:
Rule("a","a","-vim")
2021-10-01 20:43:37 +07:00
zztrieuzz
09569be17f refactor: remove load treesitter on startup. 2021-10-01 19:08:56 +07:00
Vikas Raj
ff985c7141
enable single quote for rust (#144)
* enable single quote for rust
2021-10-01 08:41:21 +07:00
zztrieuzz
0e5a11555e update ci 2021-10-01 08:34:13 +07:00
Felix Clark
8ce5ea3b52 disable single quote completion in rust 2021-09-29 22:10:05 +07:00
zztrieuzz
9196a8fa36 chore: use emmylua doc on rule 2021-09-23 19:04:59 +07:00
zztrieuzz
78aeb2a80c Merge branch 'master' of github.com:windwp/nvim-autopairs 2021-09-23 15:56:45 +07:00