aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-04-16doc: bump supported version to nvim 0.7.0jdhao
2022-04-16[nvim 0.7] use filetype.lua for detecting ftjdhao
2022-04-16[nvim 0.7] vim.keymap.set opts updatejdhao
2022-04-16[nvim 0.7] use the new vim.keymap interfacejdhao
2022-04-16[nvim 0.7] no more py2 supportjdhao
2022-04-14Merge pull request #48 from soda92/patch-1jdhao
fix small typo
2022-04-14fix small typoMaple
2022-04-14fix nvim-cmp errorjdhao
check https://github.com/hrsh7th/nvim-cmp/issues/231#issuecomment-1098175017
2022-04-10update spell filejdhao
2022-04-10update docjdhao
2022-04-10update issue templatejdhao
2022-04-10update wilder.nvim confjdhao
2022-04-10update nvim-cmp conf, fix hrsh7th/nvim-cmp#880jdhao
2022-04-05update tex snippetsjdhao
2022-04-03chore: use ft for FileType lazyloadingjdhao
2022-04-02update nvim-tree conf: stay focusjdhao
2022-03-29Merge pull request #46 from jdhao/fix-quit-conditionjdhao
[fix] quit does not work for 2 windows
2022-03-29[fix] quit does not work for 2 windowsjdhao
If current buf in remaning two or more windows are filetypes in the quit list, we should also quit nvim also.
2022-03-29update nvim-tree confjdhao
2022-03-27[feat] add mapping to add hard linebreak for Markdownjdhao
2022-03-19update C++ snippetsjdhao
2022-03-15working config for cmp-omni and vimtexjdhao
2022-03-14add cmp-omni for working with texjdhao
2022-03-08update spelljdhao
2022-03-07update hop.nvim confjdhao
2022-03-05add snip for ultisnips snippets filesjdhao
2022-03-05add new markdown snippetjdhao
2022-02-28update tex confjdhao
2022-02-27update spelljdhao
2022-02-14update config docjdhao
2022-02-12spell updatejdhao
2022-02-12update issue templatejdhao
2022-02-12update docjdhao
2022-02-11update issue templatejdhao
2022-02-11update Markdown snippetjdhao
2022-02-11update nvim-cmp confjdhao
2022-02-11fix: wilder.nvim auto-start improvementjdhao
Using CursorHold to start wilder.nvim is not ideal, since it depends on the value of option 'updatetime'. Using a timer may be a better idea.