aflying pumpkin
aflying pumpkin
Use this: ```vim let g:languagetool_server_command = '/usr/bin/languagetool --http' ```
I was able to fix this by making sure native spell check was off before running `:LanguageToolSetUp` I also use arch btw
I am also having the same issue, though I can't do an initial sync. My server is running: - `5.14.12-arch1-1` - `git version 2.33.1` - `openssh 8.8p1-1` My iphone 8...
Just saw this, you can do this a bit simpler by using this code: ```lua window = { documentation = cmp.config.window.bordered(), } ``` I submitted a PR containing this #117
#112 and #115 also fix this using the method mentioned here.
It would be best to use `if [ -t 1 ]`, as well as a flag to bypass this.
Another current issue with this MR is that most of the options I added are dependent on order. ```sh xdg-ninja.sh --help --color=never ``` Will not work as expected but ```sh...
MR now closes #94, (I will fix all of the minor bugs in a single commit once I have all the major stuff out of the way,)
Sorry, I'll undo that commit.
All issues mentioned should be resolved now