feat(neovim): update dap config

This commit is contained in:
Felix Schröter 2021-09-01 12:52:34 +02:00
parent 6127d31e46
commit a076bdb5bc
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
5 changed files with 39 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [ ./lsp.nix ./neovim ];
imports = [ ./lsp.nix ./dap.nix ./neovim ];
home.packages = with pkgs; [ fzf ripgrep ];