Gustavo Joaquin
Gustavo Joaquin
i think you should try to use a plugin that configures jdtls, like nvim-jdtls or nvim-java
i notice it only happen when i enable `window_overlap_clear_enabled = false` but i need that feature for leetcode-nvim, please how can i solve this issue
yes of course, I'm using a minimal config of Astronvim and in the `nvim/lua/plugins` I added the configuration: ``` -- Example for configuring Neovim to load user-installed installed Lua rocks:...
thanks, but how can i config uwufetch to show the logo in tmux, i have the `set -gq allow-passthrough on` in my tmux config 
yes, it happens when i share my screen in firefox or floorp, the indicator of screen sharing overlaps with waybar, I'm using sway, i don't tested it with other window...
I changed the /etc/enviroments file adding MOZ_ENABLE_WAYLAND=1, now it opens the window  I executed `$ swaymsg -t get_tree | jq -r '..|try select(.focused == true)'` selecting this window i...
It works, I just replaced `for_window [app_id="floorp" title="Floorp — Sharing Indicator"] floating enable, move position 950 0;`  but i found this problem, the window have have a black space,...
Thank you, you helped me a lot.
I use `-DCMAKE_BUILD_TYPE=Debug` instead of None, but i some compilation errors, what level of optimization uses Debug? ``` makepkg -si ==> Making package: awrit-git 0.1.0-1 (Sun Apr 7 11:19:04 2024)...
btw this the content of the PKGBUILD: ``` pkgname=awrit-git pkgver=0.1.0 pkgrel=1 pkgdesc="A full graphical web browser for Kitty terminal with mouse and keyboard support " arch=(x86_64 i686 arm64) url="https://github.com/chase/awrit" license=(MIT)...