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

7 lines
58 B
Nix

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