Prises de notes

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
fichiers_config:vimrc [2018/09/03 16:14] nororefichiers_config:vimrc [2019/11/12 17:27] (Version actuelle) – supprimée norore
Ligne 1: Ligne 1:
-<code vim> 
-set nocompatible              " be iMproved, required 
-filetype off                  " required 
  
-" set the runtime path to include Vundle and initialize 
-set rtp+=~/.vim/bundle/Vundle.vim 
-call vundle#begin() 
- 
-" let Vundle manage Vundle, required 
-Plugin 'VundleVim/Vundle.vim' 
- 
-" The following are examples of different formats supported. 
-" Keep Plugin commands between vundle#begin/end. 
-Plugin 'scrooloose/nerdtree' 
- 
-"Plugin 'Valloric/YouCompleteMe' 
- 
-"Plugin 'vim-syntastic/syntastic' 
- 
-Plugin 'Xuyuanp/nerdtree-git-plugin' 
- 
-Plugin 'qbbr/vim-symfony' 
- 
-"Plugin 'alvan/vim-closetag' 
-Plugin 'fenetikm/falcon' 
-Plugin 'Eluminae/vim-twig' 
- 
-" markdown support 
-Plugin 'godlygeek/tabular' 
-Plugin 'plasticboy/vim-markdown' 
- 
-" All of your Plugins must be added before the following line 
-call vundle#end()            " required 
-filetype plugin indent on    " required 
- 
-" General 
-colors molokai 
-set number 
-set linebreak 
-set showbreak=+++  
-set showmatch 
-set visualbell 
-  
-set hlsearch 
-set smartcase 
-set ignorecase 
-set incsearch 
-  
-set autoindent 
-set shiftwidth=4 
-set tabstop=4 
- 
-" Advanced 
-set ruler 
- 
-" Show special chars 
-set list 
-set listchars=tab:+-,nbsp:· 
- 
-set undolevels=1000 
-set backspace=indent,eol,start 
- 
-" Special files to colorize 
- 
-"au BufRead,BufNewFile *.twig set filetype=html 
- 
-"augroup vimrc 
-    "au BufReadPre *Controller.php set foldmethod=syntax 
-    "au BufWinEnter *Controller.php if &fdm == 'syntax' | setlocal foldmethod=manual | endif 
-    "au BufRead *Controller.php set foldnestmax=2 
-"augroup END 
-</code> 
fichiers_config/vimrc.1535991289.txt.gz · Dernière modification : de norore