Munif Tanjim
Munif Tanjim
> But why is the server reporting home/ as root directory in that case? In the same buffer, running :lua vim.print(vim.loop.cwd()) gives me home//. It's set when you open vim....
Are you running `:Copilot panel` when you're inside a buffer that's not listed (e.g. a floating window)?
Can you provide more details about how to reproduce it? I don't use `clangd` for my day job, and unless you give me exact steps to reproduce the issue I...
Even if it's included in this repo, it should be somewhat separated (either opt-in or opt-out) from the current implementation that mimics everything from https://github.com/github/copilot.vim. Then the user can choose...
You can override this template `layouts/partials/widgets/recent_posts.html` to render the content.
This might be because of how you've configured your site. The example site (source: https://github.com/MunifTanjim/minimo/tree/master/exampleSite) uses fuse and it's working 🤔 https://minimo.netlify.app/search/?q=search This config is probably relevant: https://github.com/MunifTanjim/minimo/blob/0e119b2343eaf2bdb60801a65d0d33d0236ef18c/exampleSite/config.toml#L128-L129 This creates...
```lua function issue_356() local Popup = require("nui.popup") local Layout = require("nui.layout") local popupA = Popup({ enter = true, focusable = true, border = { style = "rounded", text = {...
> Is it possible to "force" parse to execute ... when a default value is set. No. > Appears currently if a default flag value is set parse is never...
> Is there a good reason why they are recursive? That's the structure that conveys their meaning well. Many other languages does the same thing, e.g. ecma (javascript, typescript), go,...
I don't think this is an issue with `nui.nvim`. Are you using the same colorscheme in both setup? For same colorscheme it should look the same.