aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-28update indent-blankline confjdhao
2022-08-28Merge pull request #83 from jdhao/colorschemejdhao
use colorscheme instead of theme
2022-08-28use colorscheme instead of themejdhao
2022-08-28Merge pull request #82 from jdhao/linux-setupjdhao
update linux setup
2022-08-28update linux setupjdhao
2022-08-28Merge pull request #81 from jdhao/reorgjdhao
refactor a bit
2022-08-28refactor a bitjdhao
1. change theme to colorscheme 2. update plugin load logic
2022-08-28Merge pull request #80 from jdhao/cmp-confjdhao
update nvim-cmp conf
2022-08-28update nvim-cmp confjdhao
2022-08-26Merge pull request #79 from jdhao/fix-notifyjdhao
fix parameter for vim.notify
2022-08-26fix parameter for vim.notifyjdhao
2022-08-26Merge pull request #78 from jdhao/themejdhao
refactor: theme.vim --> theme.lua
2022-08-26refactor: theme.vim --> theme.luajdhao
2022-08-23Merge pull request #75 from jdhao/typo-fixjdhao
fix some typos
2022-08-23fix some typosjdhao
2022-08-23Merge pull request #74 from jdhao/delimitMatejdhao
update delimitMate conf for lua
2022-08-23update delimitMate conf for luajdhao
2022-08-22spelljdhao
2022-08-22Merge pull request #73 from jdhao/bufferlinejdhao
update bufferline.nvim conf
2022-08-22update bufferline.nvim confjdhao
2022-08-21Merge pull request #72 from jdhao/lua-au-ctxjdhao
refactor: use ctx table for lua autocmd callback
2022-08-21refactor: use ctx table for lua autocmd callbackjdhao
2022-08-21Merge pull request #71 from jdhao/snipjdhao
update markdown snippet
2022-08-21update markdown snippetjdhao
2022-08-20Merge pull request #70 from jdhao/lua-autuocmdjdhao
refactor: move part of autocmd to lua script
2022-08-20refactor: move part of autocmd to lua scriptjdhao
2022-08-20Merge pull request #69 from jdhao/fix-autocmdjdhao
update the autocmd for saving a file
2022-08-20update the autocmd for saving a filejdhao
2022-08-19Merge pull request #68 from jdhao/install-winjdhao
update install script for Windows
2022-08-19update install script for Windowsjdhao
2022-08-18Merge pull request #67 from jdhao/packer-autoinstalljdhao
feat: auto-install plugins for fresh install
2022-08-19feat: auto-install plugins for fresh installjdhao
2022-08-18Merge pull request #66 from jdhao/lspjdhao
add config dir to workspace.library for lua lsp
2022-08-18add config dir to workspace.library for lua lspjdhao
2022-08-15Merge pull request #64 from jdhao/fix-firenvimjdhao
update firenvim conf
2022-08-15update firenvim confjdhao
2022-08-15update mappingjdhao
2022-08-15Merge pull request #63 from jdhao/large-filejdhao
handle large file better
2022-08-15handle large file betterjdhao
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-14update linux setup scriptjdhao
1. lua-language-server 2. format fix
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
2022-08-13init.vim --> init.lua cleanupjdhao
2022-08-13init.vim --> init.lua followjdhao