summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-11-05 19:57:28 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-11-05 19:57:28 -0500
commit7e63e40b3a47e3f77575ec0e96532855e394dfab (patch)
tree32fff5fdd518db74acf8a9e2221b6950042dd127 /.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md
parent4216ef667efedcb8e08c97075ce8815fbfbbac91 (diff)
downloadeibhear-7e63e40b3a47e3f77575ec0e96532855e394dfab.tar.gz
eibhear-7e63e40b3a47e3f77575ec0e96532855e394dfab.tar.zst
eibhear-7e63e40b3a47e3f77575ec0e96532855e394dfab.zip
switch to plugged for vim plugins
Diffstat (limited to '.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md')
-rw-r--r--.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md b/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md
deleted file mode 100644
index 878aa59..0000000
--- a/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Problems summary
-
-## Expected
-
-## Environment Information
- * OS:
- * Neovim/Vim/Gvim version:
-
-## Provide a minimal .vimrc with less than 50 lines
-
- " Your minimal.vimrc
-
-## Generate a logfile if appropriate
-
- 1. export NVIM_PYTHON_LOG_FILE=/tmp/log
- 2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
- 3. nvim -u minimal.vimrc
- 4. recreate your issue
- 5. cat /tmp/log_{PID}
-
-## Screen shot (if possible)
-
-## Upload the log file