This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " ============================================================================ | |
| " .ideavimrc - Configuration IdeaVim pour PhpStorm | |
| " Version minimaliste basée sur la config Neovim de Johan | |
| " ============================================================================ | |
| " ---------------------------------------------------------------------------- | |
| " PLUGINS IDEAVIM | |
| " ---------------------------------------------------------------------------- | |
| set surround " vim-surround: ys, cs, ds | |
| set commentary " vim-commentary: gcc, gc{motion} |