neovim-flake/modules/plugins/lsp/lsplines/default.nix

7 lines
59 B
Nix

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