| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2022-01-13 | feat: create parent dir of current file if it does not exist | jdhao | |
| 2022-01-09 | chore: remove semshi settings | jdhao | |
| That plugin has been deleted before | |||
| 2022-01-07 | add icon and scrollbar for wilder.nvim | jdhao | |
| 2022-01-07 | simplify wilder.nvim settings | jdhao | |
| 2022-01-07 | fix: link is broken for wilder.nvim | jdhao | |
| 2022-01-06 | wilder.nvim popup menu now respects pumblend | jdhao | |
| See also https://github.com/gelguy/wilder.nvim/pull/115. | |||
| 2022-01-04 | remove two mappings that warn of mapping deprecation | jdhao | |
| 2021-12-29 | g:mapleader | jdhao | |
