aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
AgeCommit message (Collapse)Author
2021-01-20Update isfname optionjdhao
These characters should not be used in file names.
2021-01-17Remove number from spell suggestionjdhao
It seems that adding number to the default spell suggestion (fast) will make Neovim super slow when we press z= for spell suggestions. Without that number, Neovim will be super responsive. See also vim/vim#4087.
2020-11-10update signcolumn optionjdhao
For git project, diagnostics and git gutter sign may fight each other if sign column is not wide enough.
2020-11-09more ignore filesjdhao
2020-11-08refactor: move titlestring method to autoload dirjdhao
2020-11-08Do no show file time for not listed buffers.jdhao
2020-11-01update wildignore settingsjdhao
2020-10-31Hide the annoying ~ at the end of current buffer.jdhao
See also https://github.com/neovim/neovim/issues/2067.
2020-10-31move custom settings to core/ directoryjdhao