lexima.vim
lexima.vim copied to clipboard
Auto close parentheses and repeat by dot dot dot...
Here, ` call lexima#add_rule({'char': '(', 'at': '\\Big\%#', 'input_after': '\Big)', 'filetype': 'tex'})` ` call lexima#add_rule({'char': '(', 'at': '\\big\%#', 'input_after': '\big)', 'filetype': 'tex'}) ` there seems to be an issue with case-sensitive...
Hey, first thanks for this nice plugin! I've been using this for a while and it works mostly good, except for one type of editing that I do actually a...
Thank you for the plugin.
- The input of a is not applied when the following rule is used. ``` { 'char': '>', 'at': '(\%#)', 'input': 'f)abc' } ``` Text: `()` Input: `>` Output: `()...
Hey, I'm really enjoying lexima and I almost never complain. It's also a much better alternative to `@tpope`'s "endwise" which doesn't seem as configurable as this one. However, I'm having...
Hallo. Could we have an option `g:lexima_map_backspace` just like `g:lexima_map_escape`? My usecase is that I generally don't need it and would like to disable leximas behavior for backspace, but more...
newline_rule is not working whenever there is new pairing rule is added. For example, enter (`` gives ( ``) which is supposed to be ( `` )
After expanding a bracket by pressing enter (like {), if i input a closing bracket, it wont remove the bracket auto created by the plugin. I use neovim 4.3, but...
I use t_SI and t_EI to change the shape of my cursor when entering insert or normal modes. I notice that with lexima active, the cursor shape changes perceptibly whenever...
No really reporting an issue, but rather a working config and posing a question. After looking at issue #65, I tried to tie in all the plugins mentioned above. Unfortunately...