about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/lspkind/default.nix
blob: ed7d411b84a90d76a8ca078d088dd4fe1048e5a2 (plain) (blame)
1
2
3
4
5
6
{...}: {
  programs.nixvim.plugins.lspkind = {
    enable = true;
    preset = "default"; # "codicons" is only for a font patched with vscode-codeicons.
  };
}