Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jun 29, 2024. It is now read-only.
/org.vimPublic archive

Org mode syntax highlighting and folding for Vim.

License

NotificationsYou must be signed in to change notification settings

axvr/org.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Org.vim is a minimalOrg mode andOutline mode plugin forVim providing only syntax highlighting and folding.

This plugin aims to replicate Vim’sexisting Markdown editing experience on Org mode (and Outline mode) files, rather than trying to be a full featured Org mode plugin—that is what Emacs is for. Originally created so I could useOrgzly without worrying about Emacs lock-in.

Note: this project is consideredfeature complete by the author, so the addition of new features will be unlikely.

Installation

Installation of Org.vim can be performed by using your preferred plugin/package management tool(s). If you don’t have a Vim package manager I recommend using Vim 8 packages.

Just run these 2 commands from your shell.

git clone https://github.com/axvr/org.vim~/.vim/pack/plugins/start/orgvim +'helptags ~/.vim/pack/plugins/start/org/doc/' +q

Make sure the following options are set in your vimrc to enable all functionality:

syntaxenablefiletypepluginindenton

Once installed check out the Org.vim manual (run:help org.txt to open it) for usage information and configuration options.

Screenshots

Different Vim colour schemes will result in different appearances.

ApprenticePhoton
https://raw.githubusercontent.com/axvr/org.vim/images/apprentice.pnghttps://raw.githubusercontent.com/axvr/org.vim/images/photon.png

Licence

Copyright © 2018–2021, Alex Vear.

Org.vim is distributed under the same terms as Vim itself.

A copy of the full licence text should have been provided with this extension in theLICENCE file. The license can also be viewed on theweb or by invoking:help license from within Vim.


[8]ページ先頭

©2009-2025 Movatter.jp