aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-07-19add command ToPDFjdhao
2022-07-11update title str formatjdhao
2022-07-02update titlestringjdhao
2022-06-28disable showing current theme usedjdhao
2022-06-28update option shortmessjdhao
2022-06-28minor tweak: version checkingjdhao
2022-06-28bump version to 0.7.2jdhao
2022-06-27update macos install scriptjdhao
2022-06-14update python snippetjdhao
2022-06-05disable sql omni completionjdhao
2022-05-29add lua map module and more mappingsjdhao
2022-05-29update spelljdhao
2022-05-29disable alpha-nvimjdhao
There are errors with nvim 0.7.
2022-05-21update linux setup scriptjdhao
2022-05-18lsp: only show diagnostic once for each line if cursor is not movedjdhao
This will help use to check signature help without it being overwritten by diagnostic popups.
2022-05-15refactor: local fn = vim.fnjdhao
2022-05-15change location of packer_compiled.luajdhao
2022-05-14use vim.pretty_print for checking lua objectsjdhao
2022-05-09add mapping to run vim script filejdhao
2022-05-09check if nvim version is correct, see also #51jdhao
2022-05-04update nvim-cmp confjdhao
The issue has been fixed by the maintainer.
2022-05-04fix nvim-cmp issue, see hrsh7th/nvim-cmp#964jdhao
2022-05-03add new mapjdhao
2022-05-03update issue templatejdhao
2022-05-03add map to run lua filejdhao
2022-05-02update vimtex conf, close #50jdhao
Fix deprecated options
2022-05-01update docjdhao
2022-04-29update hlslens confjdhao
2022-04-29refactor: simplify hlslens confjdhao
2022-04-29fix: error when pressing n/N if pattern not present in bufferjdhao
2022-04-27use vim.keymap for key mappings in luajdhao
2022-04-27update nvim-tree confjdhao
2022-04-20update LeaderF confjdhao
2022-04-19spelljdhao
2022-04-17update READMEjdhao
2022-04-16[nvim 0.7] use native lua autocmd for cleaner codejdhao