diff options
Diffstat (limited to 'package/editors/vim/Config.in')
-rw-r--r-- | package/editors/vim/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/editors/vim/Config.in b/package/editors/vim/Config.in new file mode 100644 index 000000000..bf57c14d5 --- /dev/null +++ b/package/editors/vim/Config.in @@ -0,0 +1,16 @@ +config BR2_PACKAGE_VIM + bool "Vim" + default n + select BR2_PACKAGE_NCURSES + help + VIM Text editor + + http://www.vim.org/ + +config BR2_PACKAGE_VIM_RUNTIME + bool "Install runtime" + default y + depends BR2_PACKAGE_VIM + help + Install VIM runtime (syntax highlighing + macros). + This option adds about 13MB of data to /usr/share/ |