Antoine Gomez

Results 9 issues of Antoine Gomez

After seeing the performance of this plugin degrading I investigated and found out that dependencies where copied during packaging. This takes ages to complete. Normal packaging of project takes a...

As mentioned in the issue #260 I wanted to avoid copying all the dependencies during packaging. Depending of how many dependencies you have it can save a lot of time....

## This relates to #2440 ## Rationale Implement a dns cache lookup feature as requested. Copy code from https://github.com/szmarczak/cacheable-lookup/blob/master/source/index.mjs ## Changes - add lookup in core/connect.js ### Features - dns...

Hello, In codeaction/preview.lua ``` local function create_preview_win(content, main_winid) local win_conf = api.nvim_win_get_config(main_winid) ``` Is not returning a table with [true] and [false] for row and col and this making this...

Resolves #15 See #51 Said I won't do it and shortly after ... why not both ?!

Hello, Anyone tryed to integrate this bundle with Silex yet ? If not I will try it.

**Creating this as a placeholder for now.** Will add more details and also minimal config for reproduction as soon as I can. - lsp: vtsls - semanticTokens on Setup in...

Having I think one problem related to this plugin. In some projects, it occurred in two different ones, while I am editing a TS/JS/React file nvim will randomly opens JSON...

Creating as a placeholder and will add more info + repro git ASAP. I updated to neovim 0.11 and enabled vtsls with this config: ```lua vim.lsp.enable({ "vtsls" }) ``` ```lua...