| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-15 | fix typo: False ---> false | jdhao | |
| 2021-06-15 | Fix diagnostic window auto-focus issue. | jdhao | |
| 2021-06-15 | Make diagnostic floating window unfocusable | jdhao | |
| It is annoying that the cursor is focused on the diagnostic floating window every time it is shown. See also: https://github.com/neovim/neovim/pull/14693 and https://github.com/neovim/neovim/pull/14649 | |||
| 2021-04-14 | Tweak lua stuff | jdhao | |
| 2021-04-13 | update nvim-lsp config | jdhao | |
| 2021-04-12 | change lsp hover doc border | jdhao | |
| 2021-04-12 | Move lua config to its own lua files | jdhao | |
| Embedding lua in vimscript using lua here doc is not ideal for editing. | |||
