neovim-flake/modules/lsp/module.nix
2023-02-27 22:25:39 +03:00

16 lines
145 B
Nix

{
pkgs,
config,
lib,
...
}:
with lib;
with builtins; let
cfg = config.vim.lsp;
in {
options.vim.lsp = {
/*
...
*/
};
}