jan-xyz / nord.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nord.nvim

Direct Lua port of nordtheme/vim with no bloat. Only the pure theme.

Goal

  • Keep the simplicity of Nord and don't do fancy things.
  • Keep compatible with latest version of Neovim
  • Provide sane defaults

Installation

Lazy

	{
		"jan-xyz/nord.nvim",
	}

Packer

packer.use({
		"jan-xyz/nord.nvim",
	})

Set it with

vim.cmd("colorscheme nord")

About

License:MIT License


Languages

Language:Lua 100.0%