Skip to content

Snazzy neovim theme written in Lua with treesitter support!

Notifications You must be signed in to change notification settings

alexwu/nvim-snazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-snazzy

Based on the wonderful hyper-snazzy and vim-snazzy

Used zephyr-nvim as the basis for porting Snazzy to lua.

Snazzy Neovim theme written in Lua with basic treesitter support!

Will be updated as I find things that annoy me about it, which is currently a lot of things.

Installation

lazy.nvim

return {
	{
		"alexwu/nvim-snazzy",
		dependencies = { "rktjmp/lush.nvim" },
		lazy = false,
		priority = 1000,
		config = function()
			vim.cmd.colorscheme("snazzy")
		end,
	},
}

About

Snazzy neovim theme written in Lua with treesitter support!

Topics

Resources

Stars

Watchers

Forks

Languages