Gianmaria Bajo
Gianmaria Bajo
Case: ```python L = '\\\\\\\\' keys('\wwD\') ``` Try doing `ci'` on the first line, it will select up to following line. Neovim does it correctly.
Since last commit (0e624fd7efdc96d3fa3c1e12f7fc701fa1534eaf) apprentice refuses to load (at vim startup), unless I set explicitly `set background=dark` in my vimrc before `colorscheme apprentice`. It doesn't happen in nvim or vim...
Has anybody managed to run [perl language server](https://github.com/richterger/Perl-LanguageServer) with this plugin? Configuration: ``` let g:lsc_server_commands = { \ 'perl': 'perl -MPerl::LanguageServer -e Perl::LanguageServer::run', \ 'lua': { \ 'name': 'lua', \...
Is it possible to implement a couple of things that [Vim Vixen](https://github.com/ueokande/vim-vixen) can do? * n/N instead of ` / ` * a key to go back to previous tab...
**Expected behavior:** If I expand a snippet, I press `c-j`/`c-k` to jump to placeholders, and it's ok. But once I press `esc` and leave to normal mode, I'd expect to...
The last tile that is affected by gas or fire sometimes takes forever to go away.
- `nvim --version`: `NVIM v0.5.0-634-g161cdba1e` - language server name/version: ? - Operating system/version: Linux Debian Buster nvim -c ":checkhealth nvim nvim_lsp" health#nvim#check ======================================================================== ## Configuration - OK: no issues found...
For example, `let g:vsnip_vscode_strict = 1` to disable all features that are not VSCode compatible. Then you can enable extra features. Reason: I'd like extra features implemented as keys in...
## Classification: Bug ## Reproducibility: Always ## Summary I can't get keyboard.press_key / keyboard.release_key to work. ## Steps to Reproduce Script: ```python keyboard.press_key("") keyboard.send_key("") keyboard.release_key("") ``` Keybinding: ctrl+KeyPad[7] ## Expected...
fixes #261 Call again the setup function instead of set_up_highlights.