Created
November 10, 2014 19:16
-
-
Save btipling/ff0a75e88dc35b14168f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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