marcoSven

Results 26 comments of marcoSven

Yes, I would like to add words to the dictionary from the quick fix. Getting this error below, I must be missing something obvious. "Configuration for rule "@cspell/spellchecker" is invalid:...

> > > Friendly linked to the error line: > > https://github.com/numToStr/FTerm.nvim/blob/eabb65f23ba48ec9e8abb9a2514f99b77b3bc6f2/lua/FTerm/terminal.lua#L109 I am running into the same issue with Telescope.

A quick alternative solution that worked for me on M1 is using `gmake` installed via https://formulae.brew.sh/formula/make `{"nvim-telescope/telescope-fzf-native.nvim", build = "gmake"}` - folke/lazy

"Assertion failed: (seen), function unintersect_node, file marktree.c, line 375." Same here this only happened once after many hours without failure. In my case this crash occurred after an undo change....

FWIW I haven't encountered the issue for over a month now. It used happen frequently back then. I am updating neovim regularly, thought it was fixed.

Maybe related ``` Termination Reason: Namespace SIGNAL, Code 6 Abort trap: 6 Terminating Process: nvim [57331] Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x18e1f911c __pthread_kill + 8 1 libsystem_pthread.dylib...

No worries no rush - enjoy you vacation! Here are my configs ```lua highlight = { on_put = true, on_yank = true, timer = 500, }, preserve_cursor_position = { enabled...

I have the same issue in the debug log I get "fatal: could not read Username for 'https://github.com/': Device not configured" Here is my gh config ``` git_protocol=ssh editor= prompt=enabled...