Louis DeLosSantos

Results 62 issues of Louis DeLosSantos

this commit adds a simple helper to compile and debug the Cilium CLI tool. usage from root of repository: $ DLV_ARGS="version" make debug dlv debug ./cmd/cilium -- version Type 'help'...

I ran into an interesting scenario the other night: I was using the "--config" flag to set IPAM mode. When using this flag the cilium CLI cannot known to fix-up...

kind/feature

Hey there does this grammar support the various c function definition syntax? When using c sitter plugins i get varying results and incomplete results when function definitions span multiple lines.

## Issue Description Type: *feature request* ### Describe what happened (or what feature you want) I have a very heavy fzf-lua workflow. I'd like to try `octo.nvim` but I'd rather...

enhancement

Hello, Searching threw github issues it looks like PaperColor does support base16. However I'm not quite sure how to get it to work with base16-shell. https://github.com/chriskempson/base16-shell Is this currently possible?

Hey, `Gtklock` working pretty great for me. However, if I shut my laptop screen and allow it to suspend, when I come back, I get a flash of my desktop...

When working on a large code base the number of pull requests to walk through becomes unmanageable. Ideally, one could take a work flow where they are presented "all open...

feature-request

Hello, When developing https://github.com/ldelossa/gh.nvim I found it very useful to query GitHub's notification API. By doing so, this Neovim plugin implements a Notifications view where you can keep a subset...

feature-request

Per this conversation: https://github.com/ldelossa/nvim-ide/issues/35#issuecomment-1330949419 Make a way to set some global keymap overrides, such that users do not need to specify the same keybind override for every component.

All components should expose a Component config option which determines if they are "hidden" by default. Right now, this is a bit hard coded, for instance CallHierarchy is hidden by...