neovim-flake/modules/plugins/lsp/harper-ls/default.nix

7 lines
60 B
Nix
Raw Normal View History

2025-08-22 14:56:00 -07:00
{
imports = [
./harper-ls.nix
./config.nix
];
}