diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index d6af6fe..8300ead 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -4,6 +4,7 @@ filetype plugin on " Enable default plugins let mapleader="\<Space>" " Vim options that neovim has turned on but vim has off/ignores +set backspace=indent,eol,start set nocompatible " Vim is non-compatible with vi. Neovim ignores this set wildmenu " Turn on wildmenu for vim, Neovim defaults to on set incsearch " Shows results for '/' search as you are typing the search |