neovim-flake/modules/plugins/lsp/lspkind/default.nix
2024-01-16 15:15:40 +03:00

6 lines
58 B
Nix

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