-
R Markdown (`rmd`) is exactly the same as Markdown except with extra features. This plugin should apply not only to the `markdown` file type, but also to the `rmd` file type.
-
CodeMirror has this, perhaps it's doable?
RhvdG updated
3 years ago
-
I don't know what I'm doing wrong here. Maybe I misunderstand the readme. I have the following in my `.vimrc`
```
augroup pencil
autocmd!
autocmd FileType text call pencil#init()
auto…
-
Hi
Is it possible to apply javascript rule on the inlined javascript content of a html file?
Thanks
-
https://github.com/gfontenot/vim-url-opener
-
### 为什么使用vim
1. 装逼(很重要)
2. 高效的快捷键:
- 删除/复制n行
- 编辑括号内文本
4. 丰富的插件系统,支持各种定制化能力。
### 快捷键
参考:https://github.com/ayamir/nvimdots/wiki/Keybindings
- 左右分屏:ctrl-w v
- 上下分屏:ctrl-w s
- 打开文件…
-
In VimWiki regularly, I can fold section headers with `zc`. But in a TaskWiki buffer, I cannot fold section headers - I just get the error "No fold found."
-
Currently we use the terms below
- Jupyter mode
- Vim mode
- Command mode
- Insert mode
But the terms above conflict with Jupyter's mode, which use "Command mode" and "Edit mode".
So I'm thinking…
-
Although iVim now provides a plugins manager for better installing and managing plugins, some plugins may still not work well in iVim due to this or that limitations as described in `:h ios-plugins-ma…
-
With the following setting on:
``` vim
let g:pandoc#formatting#mode = 'hA'
```
If you try to type in a list, it will "reformat" the list into one line, effectively turning it into one item. For exam…