Skip to content

H1ghBre4k3r/y-lang.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

y-lang.nvim

Y support for Neovim

Installation

You can install this plugin via the usual plugin managers, e.g., packer:

use({
	"H1ghBre4k3r/y-lang.nvim",
	config = function()
		require("y-lang.nvim")
	end,
})

This will enable syntax highlighting for .why files.