eyalk11

Results 99 comments of eyalk11

Hi, I improved it more, added card front and back. well I did something a bit controversial. I added FAKE options that are another possible questions. The idea is if...

I tried, and it works for me (windows 10, nvim 6.0) . I didn't know neoterm_shell var... nice. ``` function! TermOV(use_file_dir) let t=&shell let g:neoterm_shell = executable('pwsh') ? 'pwsh' :...

Ok ,checking the log turns it interesting. ``` [ERROR][2022-08-05 22:22:14] .../vim/lsp/rpc.lua:430 "rpc" "C:\\Users\\ekarni\\AppData\\Local\\nvim-data\\lsp_servers\\ltex\\ltex-ls\\bin\\ltex-ls.bat" "stderr" "java.lang.UnsupportedClassVersionError: org/bsplines/ltexls/LtexLanguageServerLauncher has been compiled by a more recent version of the Java Runtime (class file...

The file was synced with neovim commarade.

![image](https://user-images.githubusercontent.com/72234965/137019850-4301042a-2f96-4fe3-99bc-378c5d9d9ef0.png)

Hi, I get no results using `Telescope lsp_dynamic_workspace_symbol` . Those are python files and I have pyright. vim-aerial does work and presents current file symbols.

Well, we will have to do it ourselves.

Those parts are supported in WASM to be a certain degree. So I don't see why it would be necessary to rewrite them. https://doc.qt.io/qt-5/wasm.html Anyway, I want simple dialogs and...

My interest in this is renewed, though I have little time. PySide6 (compiled) is composed of several files : pyside6.abi3 , pyd files for each module, and dlls for each...

You may also want to look at the panel commit I left out , which contains some of my preferences , but these are not strictly errors, so I left...