Alejandro Hernandez
Alejandro Hernandez
It seems the plugin cannot handle typographic quotes (or other digraphs for that matter). Is that intended? I tried ```vim let g:targets_pairs = '() {} [] “”' ``` to no...
**Is your feature request related to a problem? Please describe.** I want to display a custom floating window **Describe the solution you'd like** A callback which leaves all window-opening details...
### What's wrong? When using yarn plug n play, I cannot run cosmos since it tries to import the `debug` package without having it declared in its dependencies (although I...
The other choice is `Ultisnips#ListSnippets()`, which is not script friendly, since it prints to console and I'd have to parse the output. If it's decided we don't want the extra...
Any plans on allowing something like this? ```lua require "dep" { "https://github.com/user/package", "/some/absolute/path/package", } ```
Do we need to include `typings.d.ts` in the package.json [exports](https://github.com/marnusw/date-fns-tz/blob/master/package.json#L26)? Typescript cannot find them even when I do `import 'date-fns-tz/typings.d.ts'` unless I manually add them there.
## Expected behavior Checkbox group and checkbox renders ## Actual Behavior I don't know what the problem is but the checkboxes just don't render. https://codesandbox.io/p/sandbox/wc-lion-checkbox-gt6cpv ## Additional context `@lion/ui/checkbox-group.js`, version...
I've got a customized tabline with useful info like the argslist's length etc... (which is useful to know how many conflicting files there are) but this plugin overwrites it
Using `NVIM v0.2.0-427-gd3b4764d` on OS X. Minimal `.vimrc`: ``` call plug#begin(g:plugdir) Plug 'https://github.com/machakann/vim-sandwich' Plug 'https://github.com/vim-scripts/visualrepeat' call plug#end() ``` ``` (textobj-sandwich-auto-i) (textobj-sandwich-auto-i) (textobj-sandwich-auto-i) ``` Stand inside the parentheses in the first...
### Feature Requested Currently using https://github.com/yioneko/vtsls as a TypeScript LSP, which supports renaming imports on `workspace/didRenameFiles` (not `workspace/willRenameFiles`). Would it be possible to send a `didRenameFiles` after they've been moved/renamed?...