Skip to content

Julian/lean.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim syntax support for Lean

This plugins provides basic syntax highlighting for Lean files.

Installation using vim-plug:

Plug 'leanprover/lean.vim'

Auto-completion and error highlighting

asciicast

You can even get auto-completion and error highlighting using separate plugins that implement the Language Server Protocol. First, install the Lean language server implementation.

$ npm install -g lean-language-server

An example setup using coc.nvim is here.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 100.0%