vim-better-default
vim-better-default copied to clipboard
:art: Simplify your .vimrc and make the default vim better
I [ran into issues](https://github.com/OmniSharp/omnisharp-vim/issues/781) when making a C# layer for *space-vim* and traced the problem to this plugin. Reasoning for changes below: See `help fileencodings`: > The special value "ucs-bom"...
Fix a typo
Debian and Ubuntu `set nomodeline` by default, but this plugin sets modeline implicitly (Vim default) via [`set nocompatible`](https://github.com/liuchengxu/vim-better-default/blob/6acbe5236238340e64164f5823d1319886b88868/plugin/default.vim#L19). I've been using space-vim and have narrowed it down to this line...
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...
你好,我想问一下你知道neovim如何设置 退出neovim后,内容显示在终端屏幕,vim中是set t_ti= t_te=可以,但neovim中就不起作用了