aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-02Rename setup script for Linuxjdhao
2021-08-01update wilder.nvim settingsjdhao
2021-08-01ALE is not needed (use nvim-lsp instead)jdhao
2021-08-01Add wilder.nvim for cmdline auto-completionjdhao
2021-07-31chore: update docs and code for markdown list functionjdhao
2021-07-30update airline themesjdhao
2021-07-30Add doom-one colorschemejdhao
2021-07-30chore: remove trailing sapcesjdhao
2021-07-29Update load condition for vim-fugitivejdhao
See https://stackoverflow.com/a/38088814/6064933 for how to check if we are inside a Git repository.
2021-07-29update nvim-lsp settingsjdhao
We shouldn't let the diagnostic window perstist forever. Close the diagnostic windows when certain events happen.
2021-07-29update packer settings for fugitive.vimjdhao
2021-07-29use vim.cmd instead of vim.api.nvim_execjdhao
2021-07-27update flog setting (make it opt)jdhao
2021-07-27update fugitive settingsjdhao
2021-07-26Add plugin vim-flog for better git-log displayjdhao
2021-07-26update python snippetsjdhao
2021-07-25update readmejdhao
2021-07-24update READMEjdhao
2021-07-24Refactor: use a unified log functionjdhao
2021-07-24Simplify file reload logicjdhao
2021-07-24Use vim.cmd instead of vim.api.nvim_execjdhao
2021-07-24Add committia.vim for better git commit experiencejdhao
It can show git diff in a separate split, which is better than git commit --verbose.
2021-07-24vim-tmux-focus-events is now obsoletejdhao
See also https://github.com/tmux-plugins/vim-tmux-focus-events/commit/b1330e04ffb95ede8e02b2f7df1f238190c67056
2021-07-24Clean the codejdhao
2021-07-24Remove plugin vim-titlecasejdhao
I cann't even remember when I used it last time.
2021-07-24Update dictionaryjdhao
2021-07-20update lsp hover window border confjdhao
Floating window border supports rounded style by default, no need to use customized one.
2021-07-19Move options to one placejdhao
2021-07-18Update setup scriptjdhao
2021-07-18Merge branch 'nvim-lsp' of https://github.com/jdhao/nvim-config into nvim-lspjdhao
2021-07-18Merge pull request #13 from easion101/patch-1jdhao
use xvf to extract node; fix a typo
2021-07-18Fix fugitive git index related error for packer.nvimjdhao
2021-07-18Remove usage of VimEnter event for packer.nvimjdhao
VimEnter can not really decrease the Nvim startup time.
2021-07-18failed to install Nodeeasion101
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-17change onedark theme to onedark.nvimjdhao
2021-07-17More update on nvim-lsp configjdhao
Change border from sharp corner to curved corner.
2021-07-17Update nvim-lspconfig settingsjdhao
1. Customize document hover window border color. 2. Show also the source that generates a certain diagnostic message.
2021-07-16Update install scriptjdhao
2021-07-16Add install instruction for nodejs and vim-language-serverjdhao
2021-07-15Use pylsp instead of pylsjdhao
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-14Use lua to configure lua pluginsjdhao
2021-07-13fix: use normal!jdhao
Use command normal! to avoid any mapping being accidentally used.
2021-07-13update packer.nvim settingsjdhao
Change matching pattern so that we do not confuse this plugins.lua with files of the same name in other path.
2021-07-13update nvim-lsp configjdhao
Add mapping for LSP code actions and remove useless mappings.
2021-07-13update semshi settingsjdhao
Only use it on Windows. Treesitter highlighting may be enough.
2021-07-13Update READMEjdhao
2021-07-12Add treesitterjdhao
2021-07-12More cpp snippetsjdhao
2021-07-12update the snippets to print 1D and 2D sequencesjdhao
Use template to make the function general enough for normal cases. Ref: http://users.cis.fiu.edu/~weiss/Deltoid/vcstl/templates
2021-07-12update onedark install settings for packerjdhao
Onedark decides to change its master branch to main (I don't know why?)