1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat(neovim): enable dap

This commit is contained in:
oddlama 2024-03-13 17:31:37 +01:00
parent afa8e02c18
commit af91ba38a5
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 102 additions and 89 deletions

View file

@ -28,6 +28,15 @@
enable = true;
enabledExtensions = ["fzf" "notify" "ui-select" "textcase"];
extensions.fzf-native.enable = true;
defaults.mappings.i."<esc>".__raw =
/*
lua
*/
''
function(...)
return require("telescope.actions").close(...)
end
'';
};
# Undo tree