aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2022-02-08[breaking change] remove direct reference to fastgitjdhao
fastgit may be blocked by GFW (see https://t.me/fastgitchannel/81), so hard-coding its URL is not a good option. Using git URL rewrite feature is a better choice: https://jdhao.github.io/2021/11/27/git_notes_s4/#use-a-git-mirror-site-for-cloning. This is a breaking change, since previously I use hub.fastgit.org as the url, now the url will be default github.com unless the user change it using the above mentioned method to change the cloning URL.
2022-02-05nvim-tree: auto-close when it is the only winjdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-05update nvim-tree confjdhao
2022-02-05enable lualine's support for nvim-treejdhao
See also https://github.com/nvim-lualine/lualine.nvim#extensions.
2022-02-05add plugin nvim-tree.luajdhao
2022-02-04change param for plugin lspkind-nvimjdhao
See also https://github.com/onsails/lspkind-nvim/commit/06872e887e7e4579765cc51fa6b0e7643b4284fa.
2022-01-28fix: check if language server exists before usingjdhao
2022-01-28chore: use local variable lspconfigjdhao
2022-01-26add bash-language-serverjdhao
2022-01-23change load condition of lspkind-nvimjdhao
If we use BufEnter, nvim-cmp autocompletion may not work sometimes, which is really annoying
2022-01-23update lsp settingjdhao
2022-01-13use lua for may_create_dirjdhao
2022-01-09add plugin vim-conflicted for merge conflict handlingjdhao
2022-01-08more startup screen menu itemjdhao
2021-12-28fix: lsp reference highlight isn't correctly linkedjdhao
! is need to overwrite possible existing highlight group of the same name.
2021-12-23add colorscheme kanagawajdhao
2021-12-19add ref for checking IME statejdhao
2021-12-19change SPELL location on statuslinejdhao
2021-12-19show IME on statusline on macOSjdhao
2021-12-19update plugin.luajdhao
2021-12-12remove plugin vim-cooljdhao
nvim-hlslens can replace it if calm_down option is enabled.
2021-12-12remove plugin semshijdhao
2021-12-11update plugin load conditionjdhao
2021-12-11update nvim-hlslens settingsjdhao
2021-12-10update lualine confjdhao
diagnostic interface change
2021-12-06make impatient.nvim the first pluginjdhao
2021-12-06update indent-blankline confjdhao
2021-12-06lazyload lua pluginsjdhao
2021-12-06remove plugin gutentagsjdhao
I rarely use it.
2021-12-06tweak lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05add mixed indent detection for lualinejdhao
2021-12-05update lualine confjdhao
2021-12-05update lualine confjdhao
2021-12-05replace vim-airline with lualinejdhao
Lualine is now feature-rich and faster than vim-airline.
2021-12-05update hop.nvim confjdhao
2021-12-04use main branch of nvim-hlslensjdhao
2021-12-03reduce startup time using impatient.nvimjdhao
2021-12-01fix vim.diagnostic.config() option name typojdhao
2021-12-01[v0.6] change LSP and diagnostic according to latest APIjdhao
2021-11-23update nvim-notify confjdhao
2021-11-23remove plugin vim-searchlightjdhao
It can be replaced by nvim-hlslens
2021-11-22use branch dev of nvim-hlslensjdhao
Master version has a bug where text is wrongly highlighted.
2021-11-21reword warning msgjdhao
2021-11-21update packer-related instructionsjdhao
2021-11-17update hop.nvim confjdhao
2021-11-07make alpah-nvim optjdhao
2021-11-07change location of packer_compiled.luajdhao
Putting this file under ~/.config/nvim/plugin may cause problems since script under plugin/ will be loaded automatically.
2021-11-06fix indent-blankline activation bugjdhao
When InsertLeave is triggered, we should check if we need to start indent-blankline before enabling it.