Skip to content

Instantly share code, notes, and snippets.

@btipling
Created November 10, 2014 19:16
Show Gist options
  • Save btipling/ff0a75e88dc35b14168f to your computer and use it in GitHub Desktop.
Save btipling/ff0a75e88dc35b14168f to your computer and use it in GitHub Desktop.
#!/bin/bash
export NVIM_PYTHON_LOG_LEVEL=WARNING
export NVIM_PYTHON_LOG_FILE=~/tmp/nvim.log
echo "using ~/tmp/nvim.log"
touch ~/tmp/nvim.log
nvim
echo "all done debugging nvim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment