Mathieu St-Vincent
Mathieu St-Vincent
Hi @kazupon, I cannot share my repository, but I can provide further details, I have the same problem. Here is the full error message ``` error TS7016: Could not find...
@goq Is it possible to share your solution ? :) Thanks !
@shango I used at_navigation for quick menu deployment with active class. Since Pico-Placing wasn't working, I simply use this in my template ``` {% for page in pages %} {%...
They do it in VSCode pretty well, I'll try to look into it. https://github.com/microsoft/vscode-go/blob/9ee1f173b05bb74ee64e4906f832603cd7380687/src/testUtils.ts#L174-L179
https://github.com/nvim-neorocks was renamed https://github.com/lumen-oss The path https://nvim-neorocks.github.io/rocks-binaries/manifest-5.1 was replaced by https://lumen-oss.github.io/rocks-binaries/manifest-5.1
for now, i've solved my problem by doing ```lua require("lazy").setup({ { "rest-nvim/rest.nvim", dependencies = { "nvim-treesitter/nvim-treesitter", opts = function(_, opts) opts.ensure_installed = opts.ensure_installed or {} table.insert(opts.ensure_installed, "http") end, } }...
MR: https://github.com/folke/lazy.nvim/issues/2059