Direct Lua port of nordtheme/vim with no bloat. Only the pure theme.
- Keep the simplicity of Nord and don't do fancy things.
- Keep compatible with latest version of Neovim
- Provide sane defaults
Lazy
{
"jan-xyz/nord.nvim",
}
Packer
packer.use({
"jan-xyz/nord.nvim",
})
Set it with
vim.cmd("colorscheme nord")