aboutsummaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2022-10-15update nvim-cmp lsp confjdhao
2022-10-05remove vim-asteriskjdhao
The * can now search selected text by default. The cursor stay feature can also be simulated.
2022-10-04nvim 0.8 updatejdhao
2022-10-04update markdown-preview.nvim install methodjdhao
2022-09-28update repo link for transferred pluginsjdhao
2022-09-28update conf related to firenvimjdhao
1. Change autocmd for buffers started by firenivm, it seems that BufNewFile does not work as intended, in contrast, BufEnter, BufRead, BufWinEnter seem to work. 2. Disable several plugins if we are using firenvim, these plugins include dashboard-nvim, lualine, bufferline.nvim
2022-09-28hilight update for gitsigns.nvimjdhao
2022-09-25correct :git to :Gitjdhao
2022-09-25more mapping and doc update for gitlinkerjdhao
2022-09-24enable word diff for gitsigns.nvimjdhao
Also tweak the highlight for word diff to make clear. The default highlgiht for word diff is TermCursor, which is unreadable.
2022-09-23update nvim-tree confjdhao
2022-09-20update gitsigns confjdhao
2022-09-11global.vim --> global.luajdhao
fix 2 fix 3
2022-09-10format with styluajdhao
2022-09-10use gitsigns for diffjdhao
Lualine's builtin diff often disappears and is not reliable, which is really frustrating for me.
2022-09-09refactor: lsp mappingjdhao
2022-09-09update hlslens confjdhao
2022-09-08remove unused pluginsjdhao
2022-09-08use gitsigns instead of signifyjdhao
2022-09-08update mappingjdhao
2022-09-07refactor: use nvim_err_writeln for error msgjdhao
2022-09-06use local keymapjdhao
2022-09-06refactor: convert mapping from viml to luajdhao
2022-09-05better-escape.vim is now under nvim-zh orgjdhao
2022-09-05update hop.nvim confjdhao
2022-09-05add plugin gitlinkder.nvimjdhao
2022-09-01simplify and add new autocmdjdhao
2022-08-31update hop.nvim confjdhao
2022-08-31update packer confjdhao
2022-08-28update indent-blankline confjdhao
2022-08-28refactor a bitjdhao
1. change theme to colorscheme 2. update plugin load logic
2022-08-28update nvim-cmp confjdhao
2022-08-26fix parameter for vim.notifyjdhao
2022-08-26refactor: theme.vim --> theme.luajdhao
2022-08-23fix some typosjdhao
2022-08-22update bufferline.nvim confjdhao
2022-08-21refactor: use ctx table for lua autocmd callbackjdhao
2022-08-20refactor: move part of autocmd to lua scriptjdhao
2022-08-20update the autocmd for saving a filejdhao
2022-08-19feat: auto-install plugins for fresh installjdhao
2022-08-18add config dir to workspace.library for lua lspjdhao
2022-08-15update mappingjdhao
2022-08-14update version checkjdhao
2022-08-14chore: renamingjdhao
2022-08-14add fidget-nvim for lsp-progressjdhao
2022-08-14Merge pull request #62 from jdhao/lua-lspjdhao
update lua lsp conf
2022-08-14update sumneko lua settingsjdhao
1. remove runtime.path settings. It seems that it is not necessary, https://github.com/neovim/nvim-lspconfig/commit/03a047ef52d1bb68a96051c48855799f14a4623b. 2. update workspace.library, ref plugin ii14/emmylua-nvim
2022-08-14make inspect() globaljdhao
2022-08-13update lua-language-server confjdhao
lua-language-server has changed its running method significantly, so we need to change it in the nvim-lspconfig.
2022-08-13make dashboard-nvim an opt pluginjdhao