From de956d2fc069970beba242631fe814da926e7a36 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Sat, 2 May 2026 00:43:14 +0800 Subject: better comment --- home/xyz/.config/nvim/init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/xyz/.config/nvim/init.vim') diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 6e0e07e3..44147b00 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -115,8 +115,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 -- cgit v1.3