kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

:checkhealth opens first but then nvim opens File & Directory tool and seems to crash

Open gmnz opened this issue 2 years ago • 0 comments

Describe the bug :checkhealth opens first but then nvim opens File & Directory tool and seems to crash

To Reproduce Steps to reproduce the behavior:

  1. delete ~/.local/share/nvim & ~/.local/state/nvim & ~/.cache/nvim
  2. create ~/.config/nvim
  3. copy init.lua from this repo and paste into ~/.config/nvim/init.lua
  4. run nvim and wait for it to install treesitter and plugins and complain about custom plugins dir being empty
  5. close nvim
  6. run nvim again
  7. run :checkhealth
  8. seems to run OK for a sec but then suddenly File & Directory tool opens and nvim seems to crash

Desktop (please complete the following information):

  • OS: ubuntu 22.04
  • Terminal: mate-terminal

** Neovim Version **

  • Output of running :version from inside of neovim: NVIM v0.8.3 Build type: Release LuaJIT 2.1.0-beta3 Compiled by runner@fv-az183-550

Features: +acl +iconv +tui See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/share/nvim"

gmnz avatar Feb 25 '23 14:02 gmnz