Files
neovim/scripts
Sean Dewar 97ae0ab4d8 fix(vim-patch.sh): run nvim with -u NONE -n #16179
Problem:
Because of -u NORC, vim-patch.sh would hang on my machine due to one of my
plugins (start package) waiting for prompt input.

Solution:
- Use -u NONE instead to disable all plugins.
- Also use -n to disable swapfiles. These changes only apply to the --headless
  nvim instances used to process things.
2021-10-30 09:04:04 -07:00
..
2019-07-29 22:14:23 +02:00
2019-07-29 22:14:23 +02:00
2021-09-19 16:36:08 -07:00
2021-09-19 16:36:08 -07:00
2021-10-02 08:26:57 -07:00
2019-07-29 22:14:23 +02:00
2021-09-19 16:36:08 -07:00