Lucas KH Liu
Lucas KH Liu
if you :!node and see node command not found, but you can run node in your zsh/bash/..any shell, that's because the MacOS GUI program (not only vimr) does not respect...
@ayarulin How to make Tab show its number as your first image? would you be so kind to share your config? thanks a lot.
> @ayarulin How to make Tab show its number as your first image? would you be so kind to share your config? thanks a lot. I just figure out that...
I wrote my own: https://github.com/cnshsliu/smp.nvim#mermaid give it a try.
I managed to enable `ctrl-n` to create a new note if not found. no need to type the same thing twice, the new note name is pre-filled. I am going...
> > I am going to post a PR, however, since I am very unfamiliar to post a PR, just need sometime to look up GH docs. The problem I...
give it a try: https://github.com/cnshsliu/smp.nvim#plantuml 
In your svelte.config.js: add onwarn ``` export default { .... onwarn: (warning, defaultHandler) => { // don't warn on elements, cos they're cool if (warning.code === 'a11y-distracting-elements') return; if (warning.code...
https://github.com/cnshsliu/smp.nvim#template-snippet 试试上面这个功能
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, },