EvanQuan / vim-scene

:sunrise_over_mountains: Scene filetype detection and syntax highlighting for Vim.

Home Page:https://github.com/EvanQuan/hover-wars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-scene

Scene filetype detection and syntax highlighting for Vim.

Installation

Install using your favorite package manager, or use Vim's built-in package support:

Vim 8 Native Package Manager

mkdir ~/.vim/pack/plugin/start/vim-scene
git clone https://github.com/EvanQuan/vim-scene.git ~/.vim/pack/plugin/start/vim-scene
  1. Add Plug 'EvanQuan/vim-scene' to your vimrc file.
  2. Reload your vimrc or restart.
  3. Run :PlugInstall
  1. Add Plugin 'EvanQuan/vim-scene' to your vimrc file.
  2. Reload your vimrc or restart.
  3. Run :BundleInstall
  1. Add NeoBundle 'EvanQuan/vim-scene' to your vimrc file.
  2. Reload your vimrc or restart.
  3. Run :NeoUpdate
git clone https://github.com/EvanQuan/vim-scene.git ~/.vim/bundle/vim-scene

Extra setup

If you are using nerdcommenter, add this to your vimrc:

let g:NERDCustomDelimiters = {
    \ 'scene': { 'left': '#' }
\ }

About

:sunrise_over_mountains: Scene filetype detection and syntax highlighting for Vim.

https://github.com/EvanQuan/hover-wars

License:MIT License


Languages

Language:Vim Script 100.0%