サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
www.vim.org
neverland.vim - All colorschemes suck : 256 colors, CLI and GUI
latest version at http://github.com/tyru/DumbBuf.vim/ including missing versions, all versions are mirrored at http://github.com/tyru/DumbBuf.vim/downloads Japanese description is here: http://vim.g.hatena.ne.jp/tyru/20091030 screenshot is here: http://f.hatena.ne.jp/tyru/20091031002751 My .vimrc: let dumbbuf_hotkey = '<Leader>b' " sometimes I put <Esc> to close dumbbuf buffer, " which was mapped
These are the color theme designed by mrkn based on "desert256" theme created by Henry So, Jr. This theme is designed to work with with 88- and 256-color xterms. A screen shot is available at http://img.skitch.com/20100215-rxeg4nguregi8i21dyarspmsgc.png The ancestor version "desert256" theme is available at http://www.vim.org/scripts/script.php?script_id=1243 The real feature of this color scheme
Molokai is a Vim port of the monokai theme for TextMate originally created by Wimer Hazenberg. By default, it has a dark gray background based on the version created by Hamish Stuart Macpherson for the E editor. You can see screenshots of the scheme at http://winterdom.com/2008/08/molokaiforvim 256-Color terminals are also supported, though there are some differences with the Gui version. Only the
Hosted at: http://code.google.com/p/web-indent/ *Update: (3/30/11) - Release Candidate 1.0 - Progress Started. *Update: (5/14/10) - Beta 3.0 Released (See Below) (First Release Candidate) *Update: (5/6/10) - Beta 2.2 Released (See Below) *Update: (5/6/10) - Beta 2.1 Released (See Below) *Update: (5/5/10) - Beta 2.0 Released (See Below) *Update: (5/3/10) - Beta 1.0 Released (See Below) Summary: ===
A simple indent plugin for javascript, Repository: http://github.com/jiangmiao/simple-javascript-indenter Screenshot: http://www.jiangmiao.org/blog/wp-content/uploads/2010/09/vim_simple_javascript_indenter_v1.4.1.png (with Brief Mode on) ==Options== g:SimpleJsIndenter_BriefMode (default 0) set 1 to turn brief mode on. g:SimpleJsIndenter_CaseIndentLevel (default 0) the case indent level in switch.
The Vim Mercurial repository Vim is available through Mercurial. This is a mirror of the official repository at GitHub. You can use this if you prefer Mercurial over git. You can obtain Vim for the first time with this command: hg clone https://hg.256bit.org/vim And update to the latest version with: cd vim hg pull hg update If you don't know how to use Mercurial, you'll probably want to look at t
*** Summary *** ProjectParse is a plugin that analyzes several common project formats and creates entries for them for use with Vim's `project` plugin. ProjectParse will also watch the specified project and automatically update it's entry when the project changes. ProjectParse currently supports the following project types: * Microsoft Visual Studio Projects and Solutions * Code::Blocks Projects
# Introduction http://vim.wikia.com/wiki/Perl_compatible_regular_expressions In this tip. I introduced a plugin to help you use Perl style regular expression in Vim. But the maintainer is disappear. And the default package is not easy to install. So I start to maintain it. Repo: http://github.com/othree/eregex.vim ## Quick Start After installed. Just press / or ? for search, it will map to :M comm
This script is based on the distributed indent scripts for HTML (and CSS). The original script becomes very slow when indenting more than a few lines, thus here is an improvement. Customization: Variables you can set in the vimrc. Given values are examples to change the defaults. Note: This applies to v0.6 (!). Earlier version used :IndHtmlLocal for customization. Details can always be found
VOoM (Vim Outliner of Markups) is a plugin for Vim that emulates a two-pane text outliner. Home page: http://www.vim.org/scripts/script.php?script_id=2657 GitHub mirror: https://github.com/vim-voom/VOoM Screenshots and an animation: https://vim-voom.github.io/ Bug reports, questions, requests: https://github.com/vim-voom/vim-voom.github.com/issues Supplementary Materials: https://github.com/vim-vo
Open URI with your favorite browser from your most favorite editor
nginx.vim highlights configuration files for nginx, the high-performance web server (see http://nginx.net). Download nginx.vim to ~/.vim/syntax/, and then add this line to ~/.vim/filetype.vim: au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif (adjust the path to your nginx installation)
Manage your 'runtimepath' with ease. In practical terms, pathogen.vim makes it super easy to install plugins and runtime files in their own private directories. Add this to your vimrc: execute pathogen#infect() Now any plugins you wish to install can be extracted to a subdirectory under ~/.vim/bundle, and they will be added to the 'runtimepath'. Use :Helptags to run :helptags on every doc/ direct
This is really just a foldexpr function and a few syntax lines. If you have ever used outline-mode in Emacs, then using this will be obvious. Just use vim's fold manipulation commands to expand and collapse sections. For the rest, it's really just like any other type of outline mode, except that it uses asterisks at the beginning of a line to indicate the level of the section, as opposed to nume
* This script is an implementation of the Japanese SKK (Simple Kana to Kanji conversion program). * Get older versions from vimscript#1589. (Thanks to Noriaki Yagi for inventing this script!) * This plugin works under vim6, vim7. * Repository http://github.com/tyru/skk.vim/ REQUIREMENT: SKK-JISYO.[SML] Set two global variables if necessary. let skk_jisyo = "path to private dictionary" let skk_larg
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. See http://jquery.com/ for more details. The syntax file for Vim add some colorations for jQuery keywords (empty clone hasClass hide show animate ...) and for CSS selecto
SUPPORT OF THIS SCRIPT ON THIS SITE HAS BEEN ENDED. Instead, please use gtags.vim included in the latest GNU GLOBAL. [http://www.gnu.org/software/global/] Thank you.
This plug-in provides filtering/search functionality to Vim, similar to e.g. PSPad. This plug-in offers a number of additional features: - Further filtering/searching inside the filtered results. - Syntaxt highlighting in the filtered results. - Show context line around found matches. You can dynamically change the number of lines. - Easy jumping to and from the filter buffers, including auto-foll
This plugin makes an outline tree of a buffer. Also this plugin enables jumping to a node and operating nodes. Currently, it supports three formats: - reStructuredText - TaskPaper - dot-structured text (.. title) For more detailed descriptions, read dot.vim.
If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly. Questions about Vim should go to the maillist. Help Bram help Uganda.
a lot of improvements made by Ingor Karkat <swdev{AT}ingo-karkat{DOT}de> - Added confluenceImage. - confluenceCode, confluenceQuote and confluenceVerbatim tags are now highlighted as tags, not the formatting they create. - confluenceLink now supports optional labels and tips with different highlighting. - Adjusted confluenceHeading, confluenceHeadingMarker, confluenceList, confluenceFixed and conf
Adobe Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. Flex applications can be built using the free Flex SDK (http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk). Here is a snippet from :h flex.txt (after installing). This document outlines t
NEW: Windows users can use this download form now: http://mawercer.de/~marc/vam/index.php to get plugins. Note: There is also http://packages.debian.org/sid/vim-addon-manager which servers a similar purpose but is Debian specific. I chose the same name by accident. See doc/* usage example: set runtimepath+=~/path-to/vim-plugin-manager call scriptmanager#Activate(["vim-haxe","The_NERD_tree","vim-l
a plugin to format your javascript souce code The online version is here: http://jsbeautifier.org/ I just translated it into vimscript, it works at a low performance:) and since now I don't work as a web developer, this plugin is not maintained.. usage: <leader>ff or bind the g:Jsbeautify() function to any short key you like
次のページ
このページを最初にブックマークしてみませんか?
『welcome home : vim online』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く