1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2024-12-27 16:19:48 +01:00
neovim-flake/modules/lsp/lsplines/default.nix

7 lines
62 B
Nix
Raw Normal View History

2023-07-30 18:54:54 +02:00
_: {
imports = [
./config.nix
./lsplines.nix
];
}