加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
myflower.exvim 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
shane_yang 提交于 2017-06-04 13:04 . 初次上传
-- Edit and save the file.
-- The variables will be loaded and exists as g:ex_{var} in Vim's runtime.
-- For example, "foo = true" will be "g:ex_foo", and the value is "true"
-- Choose your project type
-- Press <F5> to apply project_type for other settings
project_type = all -- { all, build, clang, data, doc, game, server, shell, web, ... }
-- Project Settings:
version = 11
project_name = 'myflower'
-- File And Folder Filters:
folder_filter_mode = include -- { include, exclude }
folder_filter +=
file_filter +=
file_ignore_pattern +=
-- Editing:
tabstop = 4
-- Building:
builder = gulp -- { gulp, grunt, gcc, xcode, vs, unity3d, ... }
build_opt = ''
-- ex-project Options:
enable_project_browser = true -- { true, false }
project_browser = ex -- { ex, nerdtree }
-- ex-gsearch Options:
enable_gsearch = true -- { true, false }
gsearch_engine = idutils -- { idutils, grep }
-- ex-tags Options:
enable_tags = true -- { true, false }
enable_symbols = true -- { true, false }
enable_inherits = true -- { true, false }
-- ex-cscope Options:
enable_cscope = false -- { true, false }
-- ex-macrohl Options:
enable_macrohl = false -- { true, false }
-- restore buffers:
enable_restore_bufs = false -- { true, false }
-- Project References:
-- sub_project_refs += foobar1.exvim -- example
-- sub_project_refs += foobar2.exvim -- example
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化