diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-05-02 00:43:14 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-05-02 00:43:14 +0800 |
| commit | 1270145a7cca1132fafad287c9466500491136bc (patch) | |
| tree | a65d9c553bbab72ffcd402a9ea6f4e79e7812c93 /home/xyz/.config | |
| parent | 1541d6c8bc71c8c245118f434756c9a738440523 (diff) | |
better comment
Diffstat (limited to 'home/xyz/.config')
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index bab86f65..5913400c 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -119,8 +119,8 @@ augroup mycmd autocmd! nvim.swapfile autocmd SwapExists * let v:swapchoice = 'o' " 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() + " e.g., more than 100 lines, can be workarounded with `:lua + " vim.treesitter.stop()` " https://github.com/neovim/neovim/discussions/39277 autocmd FileType markdown lua vim.treesitter.stop() endif |
