neovim-flake/modules/plugins/lsp/otter/default.nix
2024-09-27 09:46:30 +02:00

6 lines
56 B
Nix

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