A supplement for tpope/vim-sensible to make vim more like a modern editor.
- Highlight whitespace at the end of a line.
- Enable mouse.
- Enable line numbers.
- Mark column with the length of 80 and 120.
- Using system clipboard
- Exit neovim's terminal mode using
<Esc>
- Fuzzy File Finder is bind to
<leader>f
Add line below to your init.vim
file.
Plug 'LucasD11/vim-more-sensible'
If you have any suggestions, please create an issue or a merge request.