aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
AgeCommit message (Collapse)Author
2021-07-09Add backup for filesjdhao
2021-04-14Remove cursorlinejdhao
2021-03-23update ignore settingsjdhao
2021-03-11Change how non-breakable space is shownjdhao
2021-02-17Move cursor color autocmd to autocommands scriptjdhao
2021-01-20Update isfname optionjdhao
Colon is a valid character for file path on Windows.
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