feat(neovim): update dap config
This commit is contained in:
parent
6127d31e46
commit
a076bdb5bc
5 changed files with 39 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./lsp.nix ./neovim ];
|
||||
imports = [ ./lsp.nix ./dap.nix ./neovim ];
|
||||
|
||||
home.packages = with pkgs; [ fzf ripgrep ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue