This is a Neovim plugin to aid Tcl/Tk development. It includes:
- Support for the Nagelfar syntax checker
- Pretty-printing of Tcl manpages, e.g., using
k
on some keyword.
- Nvim v0.8.0 or newer
- nvim-lint
$ git clone --depth 1 https://github.com/nat-418/tcl.nvim ~/.local/share/nvim/site/pack/tcl/start/tcl.nvim
Then add this code to your ftplugins/tcl.lua
file:
vim.cmd.packadd('tcl.nvim'); require('tcl').setup()
This plugin provides a few user commands:
Command | Description |
---|---|
:Nagelfar {path|%} |
Run the syntax checker on some file |
- Peter Spjuth for Nagelfar
- flukus for this
write-up
on how to format Vim/Neovim's
set errorformat=$ARRAY
arrays. - Mathias Fußenegger for nvim-lint.