DMC ranks for Neovim
- Lua 85.7%
- Nix 14.3%
|
|
||
|---|---|---|
| .woodpecker | ||
| img | ||
| lua/nidhogg | ||
| nix | ||
| plugin | ||
| .editorconfig | ||
| .envrc | ||
| .nvim.lua | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| preview.png | ||
| README.md | ||
| selene.toml | ||
| stylua.toml | ||
| vim.toml | ||
nidhogg.nvim
DMC ranks for Neovim
installation
you can use vim.pack (Neovim's built-in plugin manager) to install nidhogg and image.nvim
-- image.nvim is required for image rendering
vim.pack.add({{ src = "https://github.com/3rd/image.nvim" }})
require("image").setup()
vim.pack.add({{ src = "https://codeberg.org/koibtw/nidhogg.nvim" }})
require("nidhogg").setup({
images = true, -- requires image.nvim (optional)
image_size = 12, -- (optional)
format = "long" -- possible values: short, long
})
thanks to
- robin for basically making this whole thing even work