Загрузка...

OpenCVするのにVim Clang便利なのでインストールしてみない?

OpenCVするのにVim Clang便利なのでインストールしてみない? Vimっていうエディタのパッケージで 入れるとClangっていうCやC++のコンパイラの補完昨日を利用して 非常に高度で賢い補完が可能になります **** 関係するURL https://github.com/Shougo/neobundle.vim https://github.com/justmao945/vim-clang *** NeoBandle インストール mkdir -p ~/.vim/bundle git clone https://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim **** 動画で利用した .vimrc " Note: Skip initialization for vim-tiny or vim-small. if 0 | endif if has('vim_starting') if &compatible set nocompatible " Be iMproved endif " set runtimepath+={path to neobundle directory} set runtimepath+=~/.vim/bundle/neobundle.vim/ endif call neobundle#begin(expand('~/.vim/bundle')) " Let neobundle manage neobundle NeoBundleFetch 'Shougo/neobundle.vim' NeoBundle 'justmao945/vim-clang' NeoBundle 'Shougo/vimproc.vim', { \ 'build' : { \ 'windows' : 'tools\\update-dll-mingw', \ 'cygwin' : 'make -f make_cygwin.mak', \ 'mac' : 'make -f make_mac.mak', \ 'unix' : 'make -f make_unix.mak', \ }, \ } " My Bundles here: " Refer to |:NeoBundle-examples|. " Note: You don't set neobundle setting in .gvimrc! " ... call neobundle#end() filetype plugin indent on " Required! " Installation check. NeoBundleCheck "... if !has('vim_starting') " Call on_source hook when reloading .vimrc. call neobundle#call_hook('on_source') endif

Видео OpenCVするのにVim Clang便利なのでインストールしてみない? автора TypeScript и разработка мобильных приложений
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки