aboutsummaryrefslogtreecommitdiff
path: root/core/options.vim
AgeCommit message (Collapse)Author
2023-10-11Rename vimscript conf directoryjdhao
2023-08-29disable horizontal scroll by mousejdhao
2023-04-08bump to nvim version 0.9.0 (#188)jdhao
2022-10-19update optionjdhao
2022-10-15use 2 spaces for tabs by defaultjdhao
This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings.
2022-10-05update mousescrolljdhao
2022-09-28always use sign columnjdhao
2022-09-15norulerjdhao
2022-07-27update winblendjdhao
2022-06-28update option shortmessjdhao
2021-12-05remove mentioning of vim-airlinejdhao
2021-12-04update default value of option 'wrap'jdhao
2021-12-01[v0.6] default value for option inccommand and joinspaces changedjdhao
2021-12-01[v0.6] backupdir will be created by defaultjdhao
No need to create the backupdir manually.
2021-11-03less timeoutjdhao
2021-10-31remove redundant fold marksjdhao
2021-10-24update diff optionjdhao
2021-10-23update diffoptjdhao
Use historgram diff algorithm, which semes better at showing code changes.
2021-10-22reduce updatetimejdhao
2021-10-21add option winblendjdhao
2021-10-16re-add number to spellsuggestjdhao
Adding number to spellsuggest slows down neovim/vim dramatically previously, see jdhao/nvim-config@84ddd0c5f, and this issue is fix in neovim/neovim@94cb3b4b35.
2021-10-11timeoutjdhao
2021-10-11update ignore filesjdhao
2021-09-06update wildignore and backupskip settingsjdhao
2021-08-18Use nvim-hlslens instead of vim-anzujdhao
2021-08-18update optionjdhao
2021-08-08Neovim --> Nvimjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-07-19Move options to one placejdhao
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