summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2023-03-03 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2023-03-03 12:00:00 +0000
commit804dc945940ba1bb75994f49d6cd6397b94eb596 (patch)
tree4b136efd08f7e229c3d2a381adbe331d9e4f9e51 /pkgs/applications/editors/neovim
parenta08d6979dd7c82c4cef0dcc6ac45ab16051c1169 (diff)
downloadnixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar.gz
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar.bz2
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar.lz
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar.xz
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.tar.zst
nixpkgs-804dc945940ba1bb75994f49d6cd6397b94eb596.zip
neovim-unwrapped: add debug output
would have been valuable for https://github.com/NixOS/nixpkgs/issues/218939
Diffstat (limited to 'pkgs/applications/editors/neovim')
-rw-r--r--pkgs/applications/editors/neovim/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/editors/neovim/default.nix b/pkgs/applications/editors/neovim/default.nix
index 83d6796e684..4bf2c900555 100644
--- a/pkgs/applications/editors/neovim/default.nix
+++ b/pkgs/applications/editors/neovim/default.nix
@@ -132,6 +132,8 @@ in
       export VIMRUNTIME=$PWD/runtime
     '';
 
+    separateDebugInfo = true;
+
     meta = with lib; {
       description = "Vim text editor fork focused on extensibility and agility";
       longDescription = ''