| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-04 | update vista settings | jdhao | |
| Remove double click mapping since it is added natively by vista | |||
| 2021-08-02 | Add more mappings | jdhao | |
| Credit: https://www.youtube.com/watch?v=hSHATqh8svM | |||
| 2021-08-02 | update setup and install script | jdhao | |
| 2021-08-02 | Add update script for macOS | jdhao | |
| 2021-08-02 | Rename setup script for Linux | jdhao | |
| 2021-08-01 | update wilder.nvim settings | jdhao | |
| 2021-08-01 | ALE is not needed (use nvim-lsp instead) | jdhao | |
| 2021-08-01 | Add wilder.nvim for cmdline auto-completion | jdhao | |
| 2021-07-31 | chore: update docs and code for markdown list function | jdhao | |
| 2021-07-30 | update airline themes | jdhao | |
| 2021-07-30 | Add doom-one colorscheme | jdhao | |
| 2021-07-30 | chore: remove trailing sapces | jdhao | |
| 2021-07-29 | Update load condition for vim-fugitive | jdhao | |
| See https://stackoverflow.com/a/38088814/6064933 for how to check if we are inside a Git repository. | |||
| 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 | update packer settings for fugitive.vim | jdhao | |
| 2021-07-29 | use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-27 | update flog setting (make it opt) | jdhao | |
| 2021-07-27 | update fugitive settings | jdhao | |
| 2021-07-26 | Add plugin vim-flog for better git-log display | jdhao | |
| 2021-07-26 | update python snippets | jdhao | |
| 2021-07-25 | update readme | jdhao | |
| 2021-07-24 | update README | jdhao | |
| 2021-07-24 | Refactor: use a unified log function | jdhao | |
| 2021-07-24 | Simplify file reload logic | jdhao | |
| 2021-07-24 | Use vim.cmd instead of vim.api.nvim_exec | jdhao | |
| 2021-07-24 | Add committia.vim for better git commit experience | jdhao | |
| It can show git diff in a separate split, which is better than git commit --verbose. | |||
| 2021-07-24 | vim-tmux-focus-events is now obsolete | jdhao | |
| See also https://github.com/tmux-plugins/vim-tmux-focus-events/commit/b1330e04ffb95ede8e02b2f7df1f238190c67056 | |||
| 2021-07-24 | Clean the code | jdhao | |
| 2021-07-24 | Remove plugin vim-titlecase | jdhao | |
| I cann't even remember when I used it last time. | |||
| 2021-07-24 | Update dictionary | 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-19 | Move options to one place | jdhao | |
| 2021-07-18 | Update setup script | jdhao | |
| 2021-07-18 | Merge branch 'nvim-lsp' of https://github.com/jdhao/nvim-config into nvim-lsp | jdhao | |
| 2021-07-18 | Merge pull request #13 from easion101/patch-1 | jdhao | |
| use xvf to extract node; fix a typo | |||
| 2021-07-18 | Fix fugitive git index related error for packer.nvim | jdhao | |
| 2021-07-18 | Remove usage of VimEnter event for packer.nvim | jdhao | |
| VimEnter can not really decrease the Nvim startup time. | |||
| 2021-07-18 | failed to install Node | easion101 | |
| 1. line 99 tries to extract a zipped file which would be downloaded later(at line 105), and then line 112 will extract that file again, except that it's using a wrong argument "zxvf". fix: comment out line 99, fix line 112 args from "zxvf" to "xvf" 2. typo at line 116, I think it should be "NODE_DIR", it was "NVIM_DIR", which hasn't be installed yet. | |||
| 2021-07-17 | change onedark theme to onedark.nvim | jdhao | |
| 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-16 | Update install script | jdhao | |
| 2021-07-16 | Add install instruction for nodejs and vim-language-server | jdhao | |
| 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 | fix: use normal! | jdhao | |
| Use command normal! to avoid any mapping being accidentally used. | |||
| 2021-07-13 | update packer.nvim settings | jdhao | |
| Change matching pattern so that we do not confuse this plugins.lua with files of the same name in other path. | |||
| 2021-07-13 | update nvim-lsp config | jdhao | |
| Add mapping for LSP code actions and remove useless mappings. | |||
| 2021-07-13 | update semshi settings | jdhao | |
| Only use it on Windows. Treesitter highlighting may be enough. | |||
| 2021-07-13 | Update README | jdhao | |
