4,461
edits
Tag: visualeditor |
|||
Line 252: | Line 252: | ||
<code>NeoBundleFetch 'Shougo/neobundle.vim'</code> - as required by NeoBundle | <code>NeoBundleFetch 'Shougo/neobundle.vim'</code> - as required by NeoBundle | ||
filetype plugin indent on - allow plugins to change the indent behavior (??) | |||
All those NeoBundle 'owner/package' lines are for installation of packages | All those NeoBundle 'owner/package' lines are for installation of packages | ||
Line 353: | Line 353: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= Plug-ins = | == Plug-ins == | ||
== Emmet == | === Hangeul === | ||
* [http://mearie.org/projects/vim-hangeul/ hangeul.vim | 메아리 프로젝트 (mearie.org)] | |||
=== Emmet === | |||
Also known as Zen Coding previously. | Also known as Zen Coding previously. | ||
Line 361: | Line 365: | ||
* [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet] | * [http://docs.emmet.io/cheat-sheet/ Emmet cheatsheet] | ||
=== Conquer of Completion === | |||
== Conquer of Completion == | |||
* [https://github.com/neoclide/coc.nvim neoclide/coc.nvim] | * [https://github.com/neoclide/coc.nvim neoclide/coc.nvim] | ||
Line 371: | Line 374: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== NERDTree === | |||
== NERDTree == | |||
* [https://github.com/preservim/nerdtree preservim/nerdtree] | * [https://github.com/preservim/nerdtree preservim/nerdtree] | ||
=== Shortcuts === | ==== Shortcuts ==== | ||
<code>Shift + i</code> Toggle showing of the hidden files | <code>Shift + i</code> Toggle showing of the hidden files | ||
== gitgutter == | === gitgutter === | ||
* Activation (default on): <code>:GitGutterDisable</code>, <code>:GitGutterEnable</code>, <code>:GitGutterToggle</code> | * Activation (default on): <code>:GitGutterDisable</code>, <code>:GitGutterEnable</code>, <code>:GitGutterToggle</code> | ||
Line 391: | Line 393: | ||
** Preview hunk's changes: <code><nowiki><Leader></nowiki>hp</code> | ** Preview hunk's changes: <code><nowiki><Leader></nowiki>hp</code> | ||
== CTAG == | === CTAG === | ||
''Possibly outdated by 2014'' | ''Possibly outdated by 2014'' |