1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-13 11:53:05 +01:00
neovim-flake/modules/lsp/lspkind/default.nix

7 lines
61 B
Nix
Raw Normal View History

2023-04-18 01:48:44 +03:00
_: {
imports = [
./config.nix
./lspkind.nix
];
}