| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-05 | use lua func in rhs instead of callback | jdhao | |
| 2022-10-05 | update mousescroll | jdhao | |
| 2022-10-05 | remove language workaround for macOS | jdhao | |
| The issue has been fixed in https://github.com/neovim/neovim/pull/19139. | |||
| 2022-10-04 | nvim 0.8 update | jdhao | |
| 2022-09-28 | update repo link for transferred plugins | jdhao | |
| 2022-09-28 | always use sign column | jdhao | |
| 2022-09-28 | remove config for unused plugins | jdhao | |
| vim-signify, vim-startify | |||
| 2022-09-28 | update conf related to firenvim | jdhao | |
| 1. Change autocmd for buffers started by firenivm, it seems that BufNewFile does not work as intended, in contrast, BufEnter, BufRead, BufWinEnter seem to work. 2. Disable several plugins if we are using firenvim, these plugins include dashboard-nvim, lualine, bufferline.nvim | |||
| 2022-09-15 | noruler | jdhao | |
| 2022-09-13 | typo fixed | chaoqunya | |
| 2022-09-11 | global.vim --> global.lua | jdhao | |
| fix 2 fix 3 | |||
| 2022-09-10 | format with stylua | jdhao | |
| 2022-09-08 | update mapping | jdhao | |
| 2022-09-06 | refactor: convert mapping from viml to lua | jdhao | |
| 2022-08-28 | use colorscheme instead of theme | jdhao | |
| 2022-08-28 | refactor a bit | jdhao | |
| 1. change theme to colorscheme 2. update plugin load logic | |||
| 2022-08-26 | fix parameter for vim.notify | jdhao | |
| 2022-08-26 | refactor: theme.vim --> theme.lua | jdhao | |
| 2022-08-23 | fix some typos | jdhao | |
| 2022-08-20 | refactor: move part of autocmd to lua script | jdhao | |
| 2022-08-20 | update the autocmd for saving a file | jdhao | |
| 2022-08-15 | update firenvim conf | jdhao | |
| 2022-08-15 | handle large file better | jdhao | |
| 2022-08-13 | init.vim --> init.lua follow | jdhao | |
| 2022-08-10 | update mappings | jdhao | |
| 1. add mapping for gJ 2. remove mappings for <C-H>, since I rarely use them | |||
| 2022-08-06 | disable language command in macOS for now | jdhao | |
| Due to packaging issue, nvim version 0.7.2 for macOS does not have `:language` command built in, see also neovim/neovim#19127. | |||
| 2022-08-01 | small fix | jdhao | |
| 2022-08-01 | revert to vim-auto-save | jdhao | |
| auto-save.nvim is erroring out | |||
| 2022-07-28 | add theme catppuccin | jdhao | |
| 2022-07-27 | update winblend | jdhao | |
| 2022-06-28 | disable showing current theme used | jdhao | |
| 2022-06-28 | update option shortmess | jdhao | |
| 2022-06-05 | disable sql omni completion | jdhao | |
| 2022-05-29 | add lua map module and more mappings | jdhao | |
| 2022-05-03 | add new map | jdhao | |
| 2022-05-02 | update vimtex conf, close #50 | jdhao | |
| Fix deprecated options | |||
| 2022-04-20 | update LeaderF conf | jdhao | |
| 2022-04-16 | [nvim 0.7] use filetype.lua for detecting ft | jdhao | |
| 2022-04-16 | [nvim 0.7] no more py2 support | jdhao | |
| 2022-04-10 | update wilder.nvim conf | jdhao | |
| 2022-03-29 | [fix] quit does not work for 2 windows | jdhao | |
| If current buf in remaning two or more windows are filetypes in the quit list, we should also quit nvim also. | |||
| 2022-02-11 | fix: wilder.nvim auto-start improvement | jdhao | |
| Using CursorHold to start wilder.nvim is not ideal, since it depends on the value of option 'updatetime'. Using a timer may be a better idea. | |||
| 2022-02-09 | chore: update theme hint message | jdhao | |
| 2022-02-05 | Use nvim-tree as file explorer when we open a folder | jdhao | |
| netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name. | |||
| 2022-02-03 | update logging conf | jdhao | |
| 2022-02-03 | chore: add comment | jdhao | |
| 2022-02-02 | update LeaderF conf | jdhao | |
| 2022-01-30 | use debug mode | jdhao | |
| 2022-01-26 | update matchparen highlight | jdhao | |
| 2022-01-13 | use lua for may_create_dir | jdhao | |
