liuchengxu / vim-better-default

:art: Simplify your .vimrc and make the default vim better
MIT License
157 stars 37 forks source link

neovim's default mouse set is empty #15

Open dfdgsdfg opened 6 years ago

dfdgsdfg commented 6 years ago

https://github.com/neovim/neovim/wiki/Following-HEAD#20170403

2017/04/03

Default 'mouse' setting changed from mouse=a to mouse= (empty). This will change again in the future after mouse=a is improved. To continue using mouse, add this to your init.vim:

What about add mouse=a for neovim?

liuchengxu commented 6 years ago

Yes, please.

https://github.com/liuchengxu/vim-better-default/blob/f9de3c3298570d1a205f13ef21fdaaac6407515b/plugin/default.vim#L34

I think moving this line out of the block is enough.