neovim-flake/modules/plugins/lsp/lspkind/default.nix

7 lines
58 B
Nix

{
imports = [
./config.nix
./lspkind.nix
];
}