We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
很高兴我是第一个 issues 。自动完成就是输入 1. xxx,回车下一行会自动补全2. xxx。以此类推,同理输入- xxx 下一行也会补全。我的解决方案是定义一个 map:autocmd Filetype markdown inoremap = 0yf op0$a。 不过这样有点麻烦,希望你能加上这个功能,这样更智能!!!
The text was updated successfully, but these errors were encountered:
Thanks Luis, 我在用 下面这个插件实现你那个列表编号需求,为了不重复造轮子,我这个项目里就没有做。 { "dkarter/bullets.vim", config = function() vim.g.bullets_enabled_file_types = { "markdown", "telekasten", "text", "gitcommit", "scratch" } vim.g.bullets_outline_levels = { "num", "abc", "std-" } end, },
Sorry, something went wrong.
No branches or pull requests
很高兴我是第一个 issues 。自动完成就是输入 1. xxx,回车下一行会自动补全2. xxx。以此类推,同理输入- xxx 下一行也会补全。我的解决方案是定义一个 map:autocmd Filetype markdown inoremap = 0yf op0$a。
不过这样有点麻烦,希望你能加上这个功能,这样更智能!!!
The text was updated successfully, but these errors were encountered: