External links are provided throughout the book for exploring some topics in more depth. My vim_reference repo has markdown source and other details related to the book. If you are not familiar with the git command, click the Code button on the webpage to get the files.How...
markdown-preview- Select Markdown text, render to HTML and preview in browser unite-outline- Provide your Vim's buffer with the outline view swap-parameters- Swap parameters autolink.vim- Find and insert URLs for links in Markdown and ReST documents textobj-word-column.txt- Make operating on...
'clojure'}"Multiple file typesPlug'kovisoft/paredit', {'for': ['clojure','scheme'] }"On-demand loading on both conditionsPlug'junegunn/vader.vim', {'on':'Vader','for':'vader'}"Code to execute when the plugin is lazily loaded on demandPlug'junegunn/goyo.vim', {'for':'markdown'}...
let g:spacevim_custom_plugins = [ \ ['plasticboy/vim-markdown', {'on_ft' : 'markdown'}], \ ['wsdjeg/GitHub.vim'], \ ] 界面元素显示切换 所有的界面元素切换快捷键都是已[SPC] t或者[SPC] T开头的,你可以在快捷键导航中查阅所有快捷键。 常规操作 光标移动 光标的移动默认采用 vi 的默认...
Markdown (bound to *.markdown, *.md, and *.mk) Twig Git commits (set yourEDITORtomvim -f) Amazing Colors spf13-vim includessolarizedandspf13 vim color pack: ir_black molokai peaksea Use:color molokaito switch to a color scheme. ...
" 多种文件类型 Plug 'kovisoft/paredit', { 'for': ['clojure', 'scheme'] } " 当首次执行 Vader 命令,且文件类型为 vader 时,加载插件 Plug 'junegunn/vader.vim', { 'on': 'Vader', 'for': 'vader' } " 插件按需加载后执行特定代码 Plug 'junegunn/goyo.vim', { 'for': 'markdown' } ...
Markdown (bound to *.markdown, *.md, and *.mk) Twig Git commits (set yourEDITORtomvim -f) Amazing Colors spf13-vim includessolarizedandspf13 vim color pack: ir_black molokai peaksea Use:color molokaito switch to a color scheme. ...
vim-markdown https://github.com/joedicastro/vim-markdown vim-markdown-extra-preview https://github.com/joedicastro/vim-markdown-extra-preview vim-molokai256 https://github.com/joedicastro/vim-molokai256 vim-pentadactyl https://github.com/joedicastro/vim-pentadactyl vim-repeat https://github...
markdown textile FPs racket clojure scale Additional functions Backup your old vim configuration files: Clone and install this repo: SetupVundle: Install bundles. Launch vim(ignore the errors and they will disappear after installing needed plugins)and run: ...
-- markdown ={{'blanks', {min_size=0, max_size='50%'}}, {'static', {max_size='50%'}}} -- javascript = { -- -- only use treesitter (no fallbacks) -- {'treesitter', { min_node_size = 2, include = {'if_statement', ...}}}, -- }, -- typescript = { -- {'...