aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-07Better way to call lua function inside vim scriptjdhao
2021-08-07Move packer compile autocmd to new placejdhao
2021-08-07refactor: set all custom highlight in one functionjdhao
2021-08-07More demojdhao
2021-08-07Update READMEjdhao
2021-08-07Update READMEjdhao
2021-08-07chore: formatting and fix spell errorsjdhao
2021-08-07Fix: the loading condition for fugitive is wrongjdhao
We should load fugitive in the following two situations: + When we open nvim in a Git repository + When we are inside nvim and change the working directory to a Git reposity
2021-08-06Add installation script for Windows, update docjdhao
2021-08-05update airlinethemesjdhao
+ Remove jellybeans and luna (they look terrible for ZOC terminal) + Add more themes
2021-08-05Use Hack nerdfonts for GUI nvimjdhao
2021-08-05update READMEjdhao
2021-08-05update READMEjdhao
2021-08-05Use nvim-notify for showing messagesjdhao
2021-08-04Remove neodark themejdhao
It does not have good highlight for Markdown links.
2021-08-04update vista settingsjdhao
Remove double click mapping since it is added natively by vista
2021-08-02Add more mappingsjdhao
Credit: https://www.youtube.com/watch?v=hSHATqh8svM
2021-08-02update setup and install scriptjdhao
2021-08-02Add update script for macOSjdhao
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