Vinícius Gonçalves de Oliveira
Vinícius Gonçalves de Oliveira
**Describe the bug** Neovide's titlebar on Wayland is inconsistent with GTK settings on Gnome Wayland. **To Reproduce** Steps to reproduce the behavior: 1. Install Neovide 2. Open Neovide in a...
## Is your feature request related to a problem? Please describe. *I use 3 separate bars in my setup, one of them shows current song name being played on Spotify....
Greetings, Running `:make` and then `:Trouble quickfix` ends up opening more than on Trouble.nvim buffer(in which the cursor starts moving by itself, following the lines of the qflist) and, after...
I use picom as a window as a window compositor. When multiple notifications appear it considers all of them as a single window and renders shadows for all of them...
Using Dracula GTK makes it so Google Chrome internal pages are in light mode. Trying to set `gtk-application-prefer-dark-theme` to 1 does nothing.  - Dracula GTK Version: `dracula-gtk-theme v3.0.2(AUR)` -...
### Describe the bug When searching for memos in `CreateMemoRelationDialog` the user can't input whitespaces. ### Steps to reproduce 1. Click on the `Add reference` button in Memo editor 2....
I'm trying to setup LSP for C using clangd but for some reason it won't work. It complains that `unzip` and `powershell` are not installed, but trying to add it...
### What is the issue? I'm trying to mount a shared directory on my Linux computer using `davfs2`. It mounts successfully, but the shared folder contents are empty. ``` #...
Greetings, When using `highlight = true`, nvim-navic ignores icons other than kind icons. ## Example ```lua function(self) local navic = require("nvim-navic") local bufname = vim.fn.fnamemodify(vim.api.nvim_buf_get_name(self.bufnr), ":t") local icon, color =...
Similar to `z.objectUtil` and `z.util`, It'd be great if we had access to the types defined by the `enumUtil` namespace. Is it possible to export these types? Thanks a ton.