aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
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
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