| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-28 | chore: use local variable lspconfig | jdhao | |
| 2022-01-26 | add bash-language-server | jdhao | |
| 2022-01-26 | update ignore files | jdhao | |
| 2022-01-26 | update matchparen highlight | jdhao | |
| 2022-01-24 | add log-autocmd | jdhao | |
| 2022-01-23 | change load condition of lspkind-nvim | jdhao | |
| If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying | |||
| 2022-01-23 | update spell | jdhao | |
| 2022-01-23 | update lsp setting | jdhao | |
| 2022-01-16 | doc: update description for init.vim | 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-11 | new year | jdhao | |
| 2022-01-09 | add plugin vim-conflicted for merge conflict handling | jdhao | |
| 2022-01-09 | add issue template for easier debugging | jdhao | |
| 2022-01-09 | update README | jdhao | |
| 2022-01-09 | chore: remove semshi settings | jdhao | |
| That plugin has been deleted before | |||
| 2022-01-08 | more startup screen menu item | jdhao | |
| 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 | docs: use latest stable version of nvim | jdhao | |
| 2022-01-04 | remove two mappings that warn of mapping deprecation | jdhao | |
| 2022-01-04 | docs: update mappings | jdhao | |
| 2022-01-02 | Update README | jdhao | |
| 2022-01-02 | bump minimum supported nvim version to 0.6.1 | jdhao | |
| 2021-12-31 | docs: add section on custom commands | jdhao | |
| 2021-12-31 | fix: broken link in README | jdhao | |
| 2021-12-30 | restore reg content after using it | jdhao | |
| 2021-12-30 | split command output to list of string and set the buffer | jdhao | |
| 2021-12-30 | remove logging | jdhao | |
| 2021-12-30 | fix: command output captured by a register not formatted properly | jdhao | |
| Newline is converted to NUL character, which is nasty, see also https://vi.stackexchange.com/q/6697/15292. | |||
| 2021-12-30 | refactor: capture command output silently | jdhao | |
| 2021-12-29 | fix url link in README | jdhao | |
| 2021-12-29 | update README | jdhao | |
| 2021-12-29 | g:mapleader | jdhao | |
| 2021-12-28 | fix: lsp reference highlight isn't correctly linked | jdhao | |
| ! is need to overwrite possible existing highlight group of the same name. | |||
| 2021-12-28 | refactor: resume edit position --> resume cursor position | jdhao | |
| 2021-12-23 | remove double quotes for snippet trigger | jdhao | |
| 2021-12-23 | add colorscheme kanagawa | jdhao | |
| 2021-12-20 | fix bug in go to last edit position | jdhao | |
| If a go-to-line command is given, do not go to last edit position for the file. | |||
| 2021-12-19 | add ref for checking IME state | jdhao | |
| 2021-12-19 | change SPELL location on statusline | jdhao | |
| 2021-12-19 | show IME on statusline on macOS | jdhao | |
| 2021-12-19 | update plugin.lua | jdhao | |
| 2021-12-16 | update README | jdhao | |
| 2021-12-15 | renaming variables | jdhao | |
| 2021-12-14 | update fold conf for vim script | jdhao | |
| When setting foldlevel to 0 and load some plugin via InsertEnter event using packer.nvim, if we press i to go to insert mode, the fold for vim script file will be automatically closed. It is really annoying. I have pinpoint the issue to the combination of packer.nvim and setting foldlevel to 0 in after/ftplugin/vim.vim. What is interesting is that default value for foldlevel is also 0. However, if we do not set it in vim.vim, the above issue won't occur, which is strange. | |||
| 2021-12-14 | refactor: remove folding for init.vim | jdhao | |
| 2021-12-12 | remove plugin vim-cool | jdhao | |
| nvim-hlslens can replace it if calm_down option is enabled. | |||
