aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-20fix linksjdhao
2022-10-19update optionjdhao
2022-10-19update badgejdhao
2022-10-17feat: add a mapping to blink cursorjdhao
2022-10-16update spelljdhao
2022-10-16remove vim-jsonjdhao
rarely used and it changes the conceal settings
2022-10-16refactor: make packer installation a functionjdhao
2022-10-15replace more viml with native lua codejdhao
2022-10-15update nvim-cmp lsp confjdhao
2022-10-15use 2 spaces for tabs by defaultjdhao
This removes a lot of code duplication. If we want to use 4 spaces, we can set it separately in their ftplugin settings.
2022-10-11change tab size for sqljdhao
2022-10-09use UTF-8 instead of utf-8, closes #134jdhao
2022-10-05update spelljdhao
2022-10-05use lua func in rhs instead of callbackjdhao
2022-10-05update mousescrolljdhao
2022-10-05remove language workaround for macOSjdhao
The issue has been fixed in https://github.com/neovim/neovim/pull/19139.
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-29Merge pull request #123 from jdhao/repolinkjdhao
update repo link for transferred plugins
2022-09-28update repo link for transferred pluginsjdhao
2022-09-28Merge pull request #122 from jdhao/optjdhao
always use sign column
2022-09-28always use sign columnjdhao
2022-09-28Merge pull request #121 from jdhao/cleanjdhao
remove config for unused plugins
2022-09-28remove config for unused pluginsjdhao
vim-signify, vim-startify
2022-09-28Merge pull request #120 from jdhao/firenvimjdhao
update conf related to firenvim
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-28Merge pull request #118 from jdhao/gitsignjdhao
hilight update for gitsigns.nvim
2022-09-28hilight update for gitsigns.nvimjdhao
2022-09-25Merge pull request #116 from jdhao/fugitivejdhao
correct :git to :Git
2022-09-25correct :git to :Gitjdhao
2022-09-25more mapping and doc update for gitlinkerjdhao
2022-09-25Merge pull request #115 from jdhao/sqljdhao
change sql comment style
2022-09-25change sql comment stylejdhao
2022-09-25Merge pull request #114 from jdhao/setupjdhao
fix: variable case not consistent, close #113
2022-09-25fix: variable case not consistent, close #113jdhao
2022-09-24Merge pull request #111 from jdhao/gitsignjdhao
enable word diff for gitsigns.nvim
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-23Merge pull request #110 from jdhao/nvimtreejdhao
update nvim-tree conf
2022-09-23update nvim-tree confjdhao
2022-09-20Merge pull request #109 from jdhao/spelljdhao
update spell
2022-09-20update spelljdhao
2022-09-20Merge pull request #108 from jdhao/gitsignjdhao
update gitsigns conf
2022-09-20update gitsigns confjdhao
2022-09-15Merge pull request #107 from jdhao/optionjdhao
noruler
2022-09-15norulerjdhao
2022-09-13Merge pull request #106 from chaoqunya/chaoqunya-fix-typo-in-mappingsjdhao
typo fixed
2022-09-13typo fixedchaoqunya
2022-09-11Merge pull request #104 from jdhao/globaljdhao
global.vim --> global.lua
2022-09-11global.vim --> global.luajdhao
fix 2 fix 3