Tony Chen

Results 10 issues of Tony Chen

When a mark is deleted in the neovim instance but present in the shada file, compare their timestamps. If the neovim mark was modified later, then flush the mark in...

WIP

haven't yet decided if this is the way to go, but might be a good stopgap until more timer fixes land in neovim core. ref #40 and #62

Now that latest master supports setting signs via extmarks (ref https://github.com/neovim/neovim/pull/16897), we should switch over after a few releases, given the performance benefits.

Building on an actual TUI framework like [textual](https://github.com/willmcgugan/textual) could make for a better user experience and more features like: - Mouse support - Cleaner handling of user input and keypresses...

work in progress. implements a no u turn sampler but does not implement a dual averaging adaption process for setting epsilon, which can be done as follow up work. code...

**Is your feature request related to a problem? Please describe.** With Neovim 0.6 release around the corner, it would be great to leverage the new extmark virtual line api to...

enhancement

### Feature already in Vim? No ### Feature description #13854 adds support for general-purpose fuzzy filtering of completion candidates, but I've been recently thinking about ways to make this more...

enhancement
api
lua
completion

This pr adds a new option `completefilterfunc` (or `cff`), and a new api function for insert completion: `vim.api.nvim_complete(colnr, matches, opts)`. `completefilterfunc` is a function with the signature `function(prefix, match) ......

api
completion

In 1.4.4 this plugin added a feature to automatically jump to the next tabstop after closing a paired brackets like `()`, `{}`. I see how this feature is useful for...

enhancement

ggplot (at least starting from 3.5.0) improved functionality for specifying `AsIs` variables; that is, variables who do not participate in the scale systems at all and are interpreted literally. For...

Feature