mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Fixed typo in README.md (#719)
This commit is contained in:
@@ -245,7 +245,7 @@ let g:polyglot_disabled = ['autoindent']
|
||||
|
||||
## Reindent
|
||||
|
||||
If you want to disable reindening of the current line in insert mode (see vim 'indentkeys') you can turn it off with:
|
||||
If you want to disable reindenting of the current line in insert mode (see vim 'indentkeys') you can turn it off with:
|
||||
|
||||
```vim
|
||||
autocmd BufEnter * set indentexpr=
|
||||
|
||||
Reference in New Issue
Block a user