diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |