neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

Makefile (61B)


      1 MAN = nvim.1
      2 
      3 lint:
      4 mandoc -Tlint -Wall $(MAN)
      5 igor $(MAN)