-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Thanks for Grammarous, I really like using it. When I am working in a file and applying the recommended fixes the final fix causes an error:
Error detected while processing function grammarous#info_win#action_fixit[1]
..grammarous#fixit[27]..function grammarous#info_win#action_fixit[1]..gramma
rous#fixit[21]..grammarous#remove_error[7]..grammarous#info_win#close[17]..C
ursorMoved Autocommands for "<buffer=1>"..function <SNR>52_do_auto_preview[1
6]..grammarous#create_update_info_window_of[9]..grammarous#info_win#open:
line 1:
E242: Can't split a window while closing another
This happens whether I am applying the fix from the window where my text is, or if I am in the Grammarous info window. When I am in the window where my text is, I am using grammarous-fixit
, and if I switch to the Grammarous info window I am using f
.
Note: The fix is applied, and a few :q
commands gets me out of vi and everything is fine.
adinhodovic, bigshans and cachandlerdev
Activity
kikofmas commentedon Jan 12, 2024
I am encountering the same issue, did you manage to fix it?
DanRoscigno commentedon Jan 12, 2024
Hi @kikofmas I didn't. I am now using this config:
kikofmas commentedon Jan 17, 2024
Hi @DanRoscigno, thank you for your reply! Unfortunately, it didn't have the exact functionality I wanted.
So I did create a fork to fix this and other issues I found. I managed to fix them, here's the link if you feel like checking it out: https://github.com/kikofmas/grammarous.nvim
The goal is to transition it to Lua as a way for me to learn both vim script and Lua.
DanRoscigno commentedon Jan 17, 2024
Thanks @kikofmas , I may give it a try. Unfortunately my team uses VS Code, so I am trying to use that to be in sync with the rest of the team, so neovim does not get much use by me lately :(