junegunn / junegunn/vim-easy-align
how to globally disable left and right margins?
Open
- Dominant language
- Vim Script
- Stars
- 4.2k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
When I align by some phrase (`ga CTRL+X `), spaces are automatically inserted around the phrase. I disable this feature in interactive mode by pressing CTRL+L and CTRL+R and setting this values to 0, but how to set this behaviour as default? I tried:
```
let g:easy_align_left_margin=0
let g:easy_align_right_margin=0
```
But it doesn't work (spaces are still inserted by default).
Thank you in advance for help.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.