Skip to content

oftlisp/vim-oftlisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-oftlisp

Syntax highlighting for OftLisp in Vim and Neovim.

Installation

Plug

call plug#begin()

" ...

Plug 'oftlisp/vim-oftlisp'

" ...

call plug#end()

Dein

if dein#load_state('...')
  call dein#begin('...')

  " ...

  call dein#add('oftlisp/vim-oftlisp')

  " ...

  call dein#end()
  call dein#save_state()
endif

About

Syntax highlighting for OftLisp in Vim and Neovim.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published