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:
parent
afa8e02c18
commit
af91ba38a5
5 changed files with 102 additions and 89 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue