Skip to content

nat-418/tcl.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

tcl.nvim 🪶

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.

Requirements

Installation

$ 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()

Usage

This plugin provides a few user commands:

Command Description
:Nagelfar {path|%} Run the syntax checker on some file

Thanks

About

Neovim plugin to aid Tcl/Tk development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages