| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This plugin provides Teal language support for Vim.
Using vim-plug:
" Teal language support
Plug 'teal-language/vim-teal'
" Optional dependencies; will be loaded on-demand when editing Teal files
Plug 'dense-analysis/ale', { 'for': 'teal' }
Plug 'tpope/vim-endwise', { 'for': 'teal' }You should also make sure that the Teal compiler is available in your PATH:
luarocks install tl
Contributions are greatly appreciated! Feel free to fork this repository and open a pull request on GitHub.
| Back | FazBrowse Home | New Git URL |