| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-21 | disable autosave for plugins.lua | jdhao | |
| 2021-10-21 | update bufferline conf | jdhao | |
| 2021-10-20 | disable auto-preview of bqf | jdhao | |
| 2021-10-20 | Only use indent-blankline on normal mode | jdhao | |
| In insert mode, it is distracting for editing. | |||
| 2021-10-19 | update cmp settings | jdhao | |
| 2021-10-18 | replace vim-sneak with hop.nvim | jdhao | |
| 2021-10-18 | use local variable | jdhao | |
| 2021-10-18 | nvim-notify update | jdhao | |
| 2021-10-18 | transition from nvim-compe to nvim-cmp | jdhao | |
| 2021-10-17 | which-key conf | jdhao | |
| 2021-10-17 | update which-key.nvim conf | jdhao | |
| 2021-10-17 | remove registers.nvim | jdhao | |
| Which-key.nvim can show register content too, with much more features. I found this info on https://toroid.org/modern-neovim. | |||
| 2021-10-17 | remove some dead mappings | jdhao | |
| I am not really sure what they do anyway. | |||
| 2021-10-16 | update indentBlankline conf | jdhao | |
| 2021-10-16 | replace vim-auto-save with AutoSave.nvim | jdhao | |
| 2021-10-10 | update which-key conf | jdhao | |
| 2021-10-07 | add which-key.nvim | jdhao | |
| 2021-09-23 | show border for diagnostics floating window | jdhao | |
| 2021-09-09 | update registers.nvim settings | jdhao | |
| 2021-09-01 | update zen-mode.nvim settings | jdhao | |
| FileType autocmd may be triggered unexpectedly so that ZenMode command is called at the wrong time. | |||
| 2021-08-30 | Add plugin zen-mode.nvim | jdhao | |
| 2021-08-27 | update bufferline.nvim settings | jdhao | |
| 2021-08-23 | Add treesitter parser for vim script again | jdhao | |
| 2021-08-22 | Remove vim parser for treesitter | jdhao | |
| It is not yet usable: the highlighting is not good compared to regex based highlighting. | |||
| 2021-08-22 | Enable treesitter highlight for Vim script, closes #17 | jdhao | |
| 2021-08-21 | chore: nvim-bufferline.lua has been renamed to bufferline.nvim | jdhao | |
| 2021-08-20 | Reduce timeout for nvim-notify | jdhao | |
| 2021-08-18 | Format with stylua | jdhao | |
| 2021-08-17 | update neoscroll config | jdhao | |
| 2021-08-15 | Use neoscroll instead of vim-smoothie | jdhao | |
| 2021-08-15 | Change bufferline plugin to nvim-bufferline | jdhao | |
| It looks better than barbar.nvim, IMO. | |||
| 2021-08-14 | Use proper true or false value for boolean variables | jdhao | |
| In lua, 0 and empty string is true, which is counter-intuitive and different from vim script. So we need to use proper boolean type for vim script global variables, instead of numbers. | |||
| 2021-08-14 | update barbar.nvim settings | jdhao | |
| 2021-08-14 | update treesitter settings | jdhao | |
| TS highlighting for bash is not so good. | |||
| 2021-08-13 | update barbar.nvim settings | jdhao | |
| 2021-08-13 | Use barbar.nvim for tabline | jdhao | |
| 2021-08-12 | refactor: rename on_attach to custom_attach | jdhao | |
| 2021-08-12 | Add sumneko_lua LSP | jdhao | |
| 2021-08-09 | update nvim-bqf settings | jdhao | |
| 2021-08-07 | chore: formatting and fix spell errors | jdhao | |
| 2021-07-30 | chore: remove trailing sapces | jdhao | |
| 2021-07-29 | update nvim-lsp settings | jdhao | |
| We shouldn't let the diagnostic window perstist forever. Close the diagnostic windows when certain events happen. | |||
| 2021-07-29 | use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-20 | update lsp hover window border conf | jdhao | |
| Floating window border supports rounded style by default, no need to use customized one. | |||
| 2021-07-17 | More update on nvim-lsp config | jdhao | |
| Change border from sharp corner to curved corner. | |||
| 2021-07-17 | Update nvim-lspconfig settings | jdhao | |
| 1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message. | |||
| 2021-07-15 | Use pylsp instead of pyls | jdhao | |
| It seems that pyls, the original python language server has lost its momentum, and pylsp is a community driven fork of pyls. So nvim-lspconfig has dropped support for pyls in https://github.com/neovim/nvim-lspconfig/pull/1074. See also https://github.com/palantir/python-language-server/issues/935 and https://github.com/python-lsp/python-lsp-server/issues/27. | |||
| 2021-07-14 | Use lua to configure lua plugins | jdhao | |
| 2021-07-13 | update nvim-lsp config | jdhao | |
| Add mapping for LSP code actions and remove useless mappings. | |||
| 2021-07-12 | Add treesitter | jdhao | |
