Prabir Shrestha

Results 181 issues of Prabir Shrestha

https://docs.rs/termwiz It also has support for [BufferedTermainal](https://github.com/wez/wezterm/blob/b3a57f0d1c9445e91f6bfebaa16e0935f0cae02d/termwiz/examples/buffered_terminal.rs) for optimal writes.

backends

I had send a patch to vim to make it easy to use lua functions and vimscript together. https://github.com/vim/vim/pull/6246 which is now merged https://github.com/vim/vim/commit/801ab069341c8652680d63c174530fd4feb2911e and is part of v8.2.1054. Would...

I have a NAS and would like to automate few things with ssh on a remote server. `Execute command` shortcut already exists but I would like to have `Execute SSH...

Add support for install packages using InstallPackage command that auto detect npm or yarn and calls npm install or yarn install.

enhancement

https://microsoft.github.io/language-server-protocol/specification#textDocument_documentLink The document links request is sent from the client to the server to request the location of links in a document.

enhancement

Spec: https://microsoft.github.io/language-server-protocol/specification#textDocument_linkedEditingRange Client Implementation: https://github.com/prabirshrestha/vim-lsp/pull/1022 Demo with a different language server. https://user-images.githubusercontent.com/629908/103635937-993f2480-4f8c-11eb-873a-63b7f31986d5.mp4

enhancement

Coping content from: https://old.reddit.com/r/rust/comments/rv9hru/releasing_dioxus_v01_a_new_rust_gui_toolkit_for/hrc0gbz/?context=3 >prabirshrestha: This looks awesome. Are the plans to support platform native ui frameworks such as gtk-rs and UIKit? Having all controls would cause maintenance headache but...

Fixes https://github.com/vim/vim/issues/5639 which has been a common request. - [x] allow `win_gotoid()` to focus inside a popup - [x] add a flag called `focusable` in `popup_create`. If `focusable` is false...

## Feature Request ### Description I would like to be able to expose authelia as an LDAP server so that I don't need to maintain yet another tool. [gldap](https://github.com/jimlambrt/gldap) library...

type/feature

given that there is first party support for pty in windows would be good to support this. https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/ another option is via win-pty. https://github.com/rprichard/winpty