aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2022-09-15norulerjdhao
2022-09-13typo fixedchaoqunya
2022-09-11global.vim --> global.luajdhao
fix 2 fix 3
2022-09-10format with styluajdhao
2022-09-08update mappingjdhao
2022-09-06refactor: convert mapping from viml to luajdhao
2022-08-28use colorscheme instead of themejdhao
2022-08-28refactor a bitjdhao
1. change theme to colorscheme 2. update plugin load logic
2022-08-26fix parameter for vim.notifyjdhao
2022-08-26refactor: theme.vim --> theme.luajdhao
2022-08-23fix some typosjdhao
2022-08-20refactor: move part of autocmd to lua scriptjdhao
2022-08-20update the autocmd for saving a filejdhao
2022-08-15update firenvim confjdhao
2022-08-15handle large file betterjdhao
2022-08-13init.vim --> init.lua followjdhao
2022-08-10update mappingsjdhao
1. add mapping for gJ 2. remove mappings for <C-H>, since I rarely use them
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-01small fixjdhao
2022-08-01revert to vim-auto-savejdhao
auto-save.nvim is erroring out
2022-07-28add theme catppuccinjdhao
2022-07-27update winblendjdhao
2022-06-28disable showing current theme usedjdhao
2022-06-28update option shortmessjdhao
2022-06-05disable sql omni completionjdhao
2022-05-29add lua map module and more mappingsjdhao
2022-05-03add new mapjdhao
2022-05-02update vimtex conf, close #50jdhao
Fix deprecated options
2022-04-20update LeaderF confjdhao
2022-04-16[nvim 0.7] use filetype.lua for detecting ftjdhao
2022-04-16[nvim 0.7] no more py2 supportjdhao
2022-04-10update wilder.nvim confjdhao
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-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.
2022-02-09chore: update theme hint messagejdhao
2022-02-05Use nvim-tree as file explorer when we open a folderjdhao
netrw plugin needs to be disabled, and nvim-tree needs to be start package. Otherwise, the hijacking won't work, and when we open a folder, it just open a new file with the same name.
2022-02-03update logging confjdhao
2022-02-03chore: add commentjdhao
2022-02-02update LeaderF confjdhao
2022-01-30use debug modejdhao
2022-01-26update matchparen highlightjdhao
2022-01-13use lua for may_create_dirjdhao
2022-01-13feat: create parent dir of current file if it does not existjdhao
2022-01-09chore: remove semshi settingsjdhao
That plugin has been deleted before
2022-01-07add icon and scrollbar for wilder.nvimjdhao
2022-01-07simplify wilder.nvim settingsjdhao
2022-01-07fix: link is broken for wilder.nvimjdhao
2022-01-06wilder.nvim popup menu now respects pumblendjdhao
See also https://github.com/gelguy/wilder.nvim/pull/115.
2022-01-04remove two mappings that warn of mapping deprecationjdhao
2021-12-29g:mapleaderjdhao