nixos-config/config/programs/vim/modules/lsp/gdb.nix

7 lines
86 B
Nix

{
pkgs,
config,
...
}: {
output.plugins = with pkgs.vimPlugins; [nvim-gdb];
}