Commit Graph

84 Commits

Author SHA1 Message Date
windwp
c7192e6fcc fix: add bracket afterquote inside a string 2021-05-25 10:38:40 +07:00
windwp
a61ed0eb42 fix #51 support repeat 2021-05-25 08:03:15 +07:00
windwp
d616b72b05 fix: pairs on after quote 2021-05-24 12:04:37 +07:00
windwp
150697f4a5
add pair afterquote (#59)
* add autopairs close end quote

* add pairs after quote
2021-05-24 11:37:11 +07:00
windwp
71d8397621
Update README.md 2021-05-21 07:12:14 +07:00
windwp
1eaaeb145d fix moveright on quote 2021-05-20 21:15:02 +07:00
Smitesh Patil
84c0c3159c
fix typo in README (#56)
nice
2021-05-19 21:43:56 +07:00
windwp
0da518e9cc update check disable ft 2021-05-16 12:28:30 +07:00
windwp
cd8a10b919 fix: force attach on filetype 2021-05-11 08:25:20 +07:00
windwp
91f3c9fb46 mapping key to current buffer on setup 2021-05-09 14:41:15 +07:00
windwp
05ef9cb97e add more conds to rule 2021-05-04 08:08:17 +07:00
windwp
ce2514a9b6 fix endwise indent and disable auto ts_node 2021-05-04 07:55:43 +07:00
windwp
e1f6c993ba
add autotag on html 2021-04-29 18:24:41 +07:00
Evgeni Chasnovski
093f00da5e
Fix typo in get_rule(). (#47) 2021-04-29 18:12:05 +07:00
windwp
0cacd33ec6 feat: add more endwise rule 2021-04-28 14:13:10 +07:00
windwp
32033aacd5 update README 2021-04-28 07:29:42 +07:00
windwp
20ac7ee499 fix get_rule 2021-04-28 07:09:50 +07:00
windwp
f37f569ac0 feat add function get_rule 2021-04-28 06:26:38 +07:00
windwp
d880d36559 fix is_ts_node 2021-04-26 21:30:01 +07:00
windwp
41b3ed55c3 check filetype change 2021-04-23 07:29:52 +07:00
windwp
f534f3d4bb fix:check treesitter exist and add enable_moveright 2021-04-23 06:46:48 +07:00
windwp
50a1c65caf fix move right with custom character 2021-04-22 17:05:55 +07:00
windwp
eb4e31dbbf fix regex with char 2021-04-22 16:22:35 +07:00
windwp
18ceac6c70 fix end_wise rule 2021-04-22 14:04:26 +07:00
windwp
332a52198d update rule api 2021-04-22 13:53:27 +07:00
windwp
6c1063cc65 remove > tag in basic rule 2021-04-22 07:02:34 +07:00
windwp
dbd9b11d53 update README 2021-04-22 07:01:46 +07:00
Christian Maniewski
d83b441b18
Support vimwiki filetype in triple backticks (#41) 2021-04-21 21:27:59 +07:00
windwp
35948e6226
update readme 2021-04-21 14:30:25 +07:00
windwp
701c3f497f update ts_basic remove log 2021-04-21 11:43:23 +07:00
windwp
5eed64c6aa add treesitter node 2021-04-21 11:39:36 +07:00
windwp
bc18313bd5 add remove_rule func 2021-04-20 18:38:56 +07:00
windwp
b4a4d53089 update README 2021-04-20 18:05:45 +07:00
windwp
1e75891fc6
fix #38 (#40) 2021-04-20 10:41:22 +07:00
windwp
8a5dbfcbcc add markdown rule and add docs for endwise 2021-04-19 10:36:48 +07:00
windwp
57080c4c96 update end_pair 2021-04-19 08:38:23 +07:00
windwp
dc73b76a0c add use_regex 2021-04-19 08:38:23 +07:00
windwp
460cdfce42 use endwise 2021-04-19 08:38:23 +07:00
windwp
3b2fba3ac5 update condition move right 2021-04-18 09:30:22 +07:00
windwp
c04c0df253 update readme 2021-04-18 09:01:43 +07:00
Hennadii Chernyshchyk
98960e07df Update nvim-compe setup
[Similar](https://github.com/hrsh7th/nvim-compe#mappings) to other plugins.
2021-04-18 08:46:07 +07:00
windwp
ce60a10e6d add ci 2021-04-18 08:45:09 +07:00
windwp
fd20894296 update 2021-04-18 08:45:09 +07:00
windwp
d55ab8ae10 done 2021-04-18 08:45:09 +07:00
windwp
31576b80a7 done 2021-04-18 08:45:09 +07:00
windwp
0172f38c46 finis 2021-04-18 08:45:09 +07:00
windwp
1e808ecdf0 finish add pair 2021-04-18 08:45:09 +07:00
windwp
8e9187d001 newfile 2021-04-18 08:45:09 +07:00
windwp
228c4bc517 fix: check pairs inside quote 2021-04-15 15:30:50 +07:00
Sebastian Lyng Johansen
b405f7ccf9
fix: support for close triple quotes (#32) 2021-04-15 10:20:33 +07:00