neovim-flake/modules/lsp/null-ls/default.nix

7 lines
61 B
Nix

_: {
imports = [
./config.nix
./null-ls.nix
];
}