neovim
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| neovim [2017/11/28 15:19] – créée simon | neovim [Date inconnue] (Version actuelle) – supprimée - modification externe (Date inconnue) 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== NeoVim ====== | ||
| - | ===== Installation ===== | ||
| - | <code bash> | ||
| - | # apt install neovim | ||
| - | </ | ||
| - | |||
| - | ===== Configuration ===== | ||
| - | <code bash> | ||
| - | $ cat .config/ | ||
| - | </ | ||
| - | < | ||
| - | " --- OPTIONS DE BASE | ||
| - | " Affichage | ||
| - | set title " | ||
| - | set number " | ||
| - | "set ruler " | ||
| - | set scrolloff=3 " | ||
| - | |||
| - | " Recherche | ||
| - | set ignorecase " | ||
| - | set smartcase " | ||
| - | set incsearch " | ||
| - | "set hlsearch " | ||
| - | |||
| - | " Beep | ||
| - | set noerrorbells " | ||
| - | |||
| - | " Tabulation | ||
| - | set sw=2 | ||
| - | |||
| - | " Clipboard systeme | ||
| - | set clipboard=unnamedplus | ||
| - | |||
| - | " ---- PLUGINS (vim-plug) | ||
| - | |||
| - | call plug# | ||
| - | |||
| - | " | ||
| - | Plug ' | ||
| - | noremap< | ||
| - | |||
| - | "Gundo | ||
| - | " | ||
| - | Plug ' | ||
| - | set undofile | ||
| - | set undodir=/ | ||
| - | noremap< | ||
| - | |||
| - | call plug#end() | ||
| - | </ | ||
| - | |||
| - | ===== Plugins ===== | ||
| - | J' | ||
| - | |||
| - | ===== Utilisation ===== | ||
| - | |||
| - | ===== Sources ===== | ||
| - | * [[http:// | ||
neovim.1511882356.txt.gz · Dernière modification : (modification externe)
