aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-08-13Merge pull request #61 from jdhao/init.luajdhao
Transition from init.vim to init.lua
2022-08-13Transition from init.vim to init.luajdhao
2022-08-13add stylua confjdhao
2022-08-12Merge pull request #60 from jdhao/docjdhao
update setup doc
2022-08-12update setup docjdhao
2022-08-11Merge pull request #58 from jdhao/mapping-docjdhao
update readme about mappings
2022-08-11update readme about mappingsjdhao
2022-08-10update mappingsjdhao
1. add mapping for gJ 2. remove mappings for <C-H>, since I rarely use them
2022-08-07refactor: disable showing trailing space and mix indent for non-modifiable ↵jdhao
buffers
2022-08-07fix: dashboard map is not localjdhao
2022-08-07update demo image in READMEjdhao
2022-08-07remove alpha-nvim, use dashboard-nvimjdhao
2022-08-06disable language command in macOS for nowjdhao
Due to packaging issue, nvim version 0.7.2 for macOS does not have `:language` command built in, see also neovim/neovim#19127.
2022-08-06Merge pull request #57 from jdhao/fix-trailing-spacejdhao
fix: trailing white sapces do not show as expected
2022-08-06fix: trailing white sapces do not show as expectedjdhao
The plugin whitespace.nvim has changed its internal implementation. It is not reliable to depend on external plugins.
2022-08-06Merge pull request #56 from jdhao/js-setupjdhao
add setup for javascript
2022-08-06add setup for javascriptjdhao
2022-08-01small fixjdhao
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-07-28add theme catppuccinjdhao
2022-07-28update packer configjdhao
2022-07-28update nvim-cmp conf since cmp-nvim-lua is removedjdhao
2022-07-27use emmylua-nvim instead of cmp-nvim-lua for better completionjdhao
2022-07-27update winblendjdhao