1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-02-12 21:53:15 +01:00
neovim-flake/modules/lsp/lsplines/default.nix
2023-07-30 19:54:54 +03:00

6 lines
62 B
Nix

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