reqophospital.blogg.se

Mac vim config file
Mac vim config file












mac vim config file

jshintrc files if present - Īutocmd FileType javascript let b:syntastic_checkers = findfile( '.jshintrc ', '.Samuel Martins Follow I am a full-stack developer who loves sharing the knowledge accumulated over the years with people. Let g:syntastic_always_populate_loc_list = 1

mac vim config file

Set backspace = indent, eol, start " Backspace behaviourĪutocmd VimEnter * if argc() = 0 & ! exists( "s:std_in ") | NERDTree | endifĪutocmd bufenter * if ( winnr( "$ ") = 1 & exists( "b:NERDTreeType ") & b:NERDTreeType = "primary ") | q | endif Set undolevels = 1000 " Number of undo levels Set ruler " Show row and column ruler information Set softtabstop = 2 " Number of spaces per Tab Set shiftwidth = 2 " Number of auto-indent spaces Set expandtab " Use spaces instead of tabs Set incsearch " Searches for strings incrementally Set hlsearch " Highlight all search results Set visualbell " Use visual bell (no beeping) Set textwidth = 100 " Line wrap (number of cols) Set showbreak = +++ " Wrap-broken line prefix Set linebreak " Break lines at word (requires Wrap lines) " Put your non-Plugin stuff after this line " see :h vundle for more details or wiki for FAQ " :PluginClean - confirms removal of unused plugins append `!` to auto-approve removal " :PluginSearch foo - searches for foo append `!` to refresh local cache " :PluginInstall - installs plugins append `!` to update or just :PluginUpdate " To ignore plugin indent changes, instead use: " All of your Plugins must be added before the following line "From here other plugins from the original Vundle config " Keep Plugin commands between vundle#begin/end. " The following are examples of different formats supported. " alternatively, pass a path where Vundle should install plugins " set the runtime path to include Vundle and initialize














Mac vim config file