aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2023-08-27feat: switch from packer.nvim to lazy.nvimjdhao
2023-07-28feat: move lua conf under lua directoryjdhao
2023-07-29feat: more ignore files for LeaderF (#209)jdhao
2023-06-27Fix LeaderF bugjdhao
It will add files to buffer list even if we have not confirmed the selection. This behavior is really annoying. See also https://github.com/Yggdroot/LeaderF/commit/27bd938a422fc6fcfc453fa88fe2ad453a012074.
2023-04-08bump to nvim version 0.9.0 (#188)jdhao
2022-12-28update setting for onedarkpro (#172)jdhao
2022-12-14use yanky.nvim to replace vim-yoink (#168)jdhao
2022-11-16update colorscheme listjdhao
- remove other gruvbox variant - remove doom-one casue it has bugs - add more colorschemes
2022-11-15chore: relax vimtex install conditionjdhao
2022-10-19update optionjdhao
2022-10-17feat: add a mapping to blink cursorjdhao
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-09use UTF-8 instead of utf-8, closes #134jdhao
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-04nvim 0.8 updatejdhao
2022-09-28update repo link for transferred pluginsjdhao
2022-09-28always use sign columnjdhao
2022-09-28remove config for unused pluginsjdhao
vim-signify, vim-startify
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-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