Sean Mackesey
Sean Mackesey
When working on multiple projects within the same Vim instance, `gitsigns` "base"-configuration functionality is not ideal, because there is no (documented) way to set the base separately for different projects....
The README says: > full signature, docs and completion of vim.api, vim.treesitter, vim.lsp and others However, it seems like `vim.treesitter` annotations are very spotty. I can't tell if they just...
- OS Version: mac x86-64 - Browser Version: Google Inc. Chrome 83.0.4103.116 - Browser Addon Version: 0.1.29 - Neovim Plugin Version: 0.1.29 - What I tried to do: - What...
Per my comment on #52: My approach here was pretty simple, I added a new configuration variable `DASHT_USE_DASH_APP` that makes `dasht` use the `Dash.app` docsets. This also causes all of...
Sometimes the source material for a generated annotation might be changed after the annotation has been generated. In these cases, it would be very useful to have a command (`neogen.sync()`?)...
### Description If I have a large list that is being filtered in Telescope, and I am typing (moderately) fast, then Telescope predictably mangles my key input. Specifically, it *repeats...
The `>` indentation functionality appears to be subtly broken in very specific circumstances. In a Python file, `>` works normally for me unless I am attempting to indent a commented...
I can't get filetype detection to work in notebook cells. Notebook cells have a `bufname` that looks like: __vscode_neovim__-vscode-notebook-cell:/path/to/notebook.ipynb#ch0000001 But this autocommand isn't getting the job done: autocmd BufCreate,BufReadPost,BufNew,BufAdd,BufFilePre,BufFilePost,BufNewFile,BufRead *-vscode-notebook-cell:*...
### Summary & Motivation Adds API doc page for Pandera ### How I Tested These Changes Vercel preview
### Summary & Motivation This PR updates and cleans up our docs code and README with a particular focus on Sphinx and the Screenshot management code. It attempts to remove...