neovim-flake/modules/lsp/module.nix

17 lines
145 B
Nix

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