lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

Mac OSX Issues #58

Closed axieax closed 2 years ago

axieax commented 2 years ago

I've encountered a lot of issues with my Neovim v0.6 config on my Mac. However, it seemed like disabling this plugin resolved all of my issues for some reason - not sure why though. Would love to still use this plugin as it significantly reduces my start up time (especially on Mac).

Format on save autocmd (in lsp/options.lua) due to vim.lsp.buf.formatting_sync():

image

nvim start:

image

Saving another opened buffer:

image
lewis6991 commented 2 years ago

Have you tried clearing the cache?

axieax commented 2 years ago

Have you tried clearing the cache?

Oh that was an easy fix. Thanks for the quick response!