summaryrefslogtreecommitdiff
path: root/home/xyz/.config/nvim/init.vim
AgeCommit message (Collapse)Author
9 hoursvim show readonly [RO] on statuslineXiao Pan
47 hoursbetter commentXiao Pan
48 hoursnvim workaround .md high CPU usageXiao Pan
neovim high CPU usage when editing markdown file with many lines, e.g., more than 100 lines, can be workarounded with :lua vim.treesitter.stop() https://github.com/neovim/neovim/discussions/39277
2026-04-13it was changed upstreamXiao Pan
2026-04-13init.nvim more comment about new statusline behaviorXiao Pan
2026-04-13make nvim init.vim more compatible with vimXiao Pan
2026-04-13fix: nvim 0.12.1 config statusline need = at firstXiao Pan
Before nvim 0.12.1, statusline+=%< as first works, now it needs = instead of += else it will show two statuline. statusline+=%< as first seems still work with new version of vim. It maybe because now nvim `: set statusline?` is not empty but at vim it is empty
2025-07-27config nvim to let gq wrap Chinese sentencesXiao Pan
2025-03-29upstream name changeXiao Pan
https://github.com/neovim/neovim/issues/33075 https://github.com/neovim/neovim/pull/33122
2025-03-04fcitx.nvim no issue of leave search switch to pinyinXiao Pan
h-hg/fcitx.nvim is the only one out of the three alternatives that does not have this issue: after / search with chinese pingyin, then enter, then in normal mode if I press one key, e.g., k, it will trying to use chinese pingyin instead of using english
2024-12-31add commentXiao Pan
2024-12-31upstream colorscheme seems changed fold title to yellow which is more ↵Xiao Pan
readable, so no need to customize by myself
2024-12-10tinted-theming/tinted-vim breaking changesXiao Pan
https://github.com/tinted-theming/tinted-vim/pull/89
2024-08-16pp no need firenvimXiao Pan
2024-07-03vrc commentXiao Pan
2024-06-29feat: vrc toggle markdown foldXiao Pan
2024-06-29maybe more correctXiao Pan
2024-06-29feat: vrc enable markdown folding hotkeyXiao Pan
2024-06-27no dyafk now, studio no firefoxXiao Pan
2024-05-25nvim config to open readonly if file already been openedXiao Pan
2024-05-24nvim new release has my fix, so no need latest version of the pluginXiao Pan
https://github.com/tpope/vim-markdown/commit/f2b82b7884a3d8bde0c5de7793b27e07030eb2bc
2024-05-08vrc statusline show if there is newline at EOFXiao Pan
2024-05-05vrc consider studio use headles firefox for douyu afkXiao Pan
2024-05-04nvim config more universal, so all my computers can have the same configXiao Pan
2024-05-04nvim rc add more comment about hex editingXiao Pan
2024-05-04nvim add hexmode plugin and related configsXiao Pan
2024-04-14edit init.vim commentsXiao Pan
RRethy/nvim-base16 change name to base16-nvim. I tested markdown treesitter, better but still not good.
2024-04-14nvim customize old theme make fold title higher contrastXiao Pan
I choose to go back to old colorscheme plugin I use and customize it to make fold title higher contrast and more readable. Becase other theme plugins have other issues, so I would rather stick to the old plugin, plus it can be customized easily.
2024-04-14nvim better fold title contrastXiao Pan
2024-04-07updateXiao Pan
2024-04-07feat: gitcommit filetype set ccXiao Pan
2024-04-07feat: mail filetype set colorcolumn remind me max line charXiao Pan
2024-02-03updateXiao Pan
2024-01-07max chars per line not very useful for writing markdown notesXiao Pan
2024-01-04nvim test max chars per lineXiao Pan
2023-09-26I want to learning use hotkeys like 9j 9k, alias gj and gk to j and k in ↵Xiao Pan
config makes the learning difficult
2023-07-12nvim enable swapfile, use defualt; set XDG_STATE_HOME for it to use see nvim ↵Xiao Pan
`:h directory`
2023-05-27init.vim, better fencsXiao Pan
2023-05-09nvim disable fold, because enable markdown fold has a noticeable performance ↵Xiao Pan
impact
2023-04-10enable fold and markdown fold, dogfooding my own vim markdown extension fold ↵Xiao Pan
bug fix
2022-10-23updatexyz
2022-10-22init.vim, I think it is better to uncomment windows specific codesxyz
2022-10-22use gitlab original repo for info.vim, instead of gitlab mirrorxyz
2022-10-22updatexyz
2022-10-22updatexyz
2022-10-22updatexyz
2022-10-21init.vim decrease g:markdown_minlines due to performace decreasexyz
2022-10-02nvim disable newly enabled default mouse supportxyz
2021-12-15init.vim, dec markdown_minline try to see if help performancexyz
2021-12-13inti.vim, no win32 nowxyz