Sassan Haradji
Sassan Haradji
It seems like this plugin doesn't support paths defined in references, so I'm suggesting adding this feature to the plugin.
Suppose that I have this regular expression: /abcd/ Suppose that I want to check the user input against that regex and disallow entering invalid characters in the input. When user...
Is it possible to for example set height for first row in layout and have other rows fill the remaining height or things like that?
It all started as a prove of concept, I just wanted to see if it's possible to have a neovim backend for Qt Creator. I never had the time to...
Wrap
`set wrap` doesn't work properly. When cursor is in the beginning of a line that is wrapped `gj` may go to end of line or second character in next line...
Currently qnvim doesn't support splits. It doesn't crash, but it doesn't show splits neither. There's simply no relation between Qt Creators splits and Neovim splits.
### Neovim version (nvim -v) v0.8.0-dev-2457-gc0050b71e ### Vim (not Nvim) behaves the same? NA (vim doesn't support cmdheight=0) ### Operating system/version macOS 13.0 beta ### Terminal name/version iTerm2 3.4.16 ###...
Cursor shape changes are working but `imgcat` of iTerm2 still doesn't work, I guess Neovim/libuv/ncurses library/something is changing terminal mode/settings. I don't have much knowledge about that but if I...
The hard constraint of being available only in command mode is limiting the use of this source where end user believes it's needed. For example it used to be not...
Based on this document: https://docs.unity3d.com/Packages/[email protected]/manual/reference-attribute-unitytest.html the main addition to the standard NUnit is `[UnityTest]` attribute. Currently requesting `o#/v2/codestructure` will not return `testMethodName` and `testFramework` for tests with `[UnityTest]` attribute.