David Guevara

Results 19 issues of David Guevara

Related to #58.

complexity:high
needs investigation

Hello! I am trying to use a **luarocks** module for my neovim configuration using Lua, but I can't require that **luarocks** module from my `init.lua` file. - `nvim --version`: NVIM...

bug
luarocks
v1

It seems that because Conjure disables the compiler sandbox it is also affected by https://github.com/bakpakin/Fennel/issues/406. Inside the issue is how to reproduce the issue. ![image](https://user-images.githubusercontent.com/37723586/146661279-2715e47e-81d9-46d0-a31e-ebead8f67476.png) Is there a way to...

bug
enhancement

The issue is that when the compiler macro option `compilerEnv` is set to `_G`, and you want to `require` a module that uses macro-exclusive functions from the macro file, neovim...

external

I finally got to reproduce the bug we were talking about: https://github.com/rktjmp/hotpot.nvim/issues/38#issuecomment-927229883. It seems that requiring Fennel from the `init.lua` file breaks the `provide_require_fennel` configuration option for the macro files....

Hello! I am currently trying to use the plugin [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports). As you can see in this test repository I created, both prettier and the prettier plugin are installed: ```json {...

As you can see in the following screenshot the notification covers the winbar, is there any way to make the notifications start one line below?

Hello! I am trying to create a custom command that uses your custom commands, but I cannot stop your custom commands from outputting to Cypress log.

I don't know if I should report this in this repository or in https://github.com/nvim-treesitter/nvim-treesitter. I have some macros that accept quoted expressions and when using those quoted expressions the first...

bug