fix: ⚡ mason fix for lazy in nvim
This commit is contained in:
parent
1dc6011893
commit
3a1e2baede
5 changed files with 13 additions and 3 deletions
|
@ -72,7 +72,7 @@ proc_colors = True
|
|||
proc_gradient = True
|
||||
|
||||
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
|
||||
proc_per_core = True
|
||||
proc_per_core = False
|
||||
|
||||
#* Show process memory as bytes instead of percent.
|
||||
proc_mem_bytes = True
|
||||
|
|
|
@ -25,7 +25,7 @@ render:explicit_sync = true
|
|||
|
||||
|
||||
$terminal = wezterm start --always-new-process
|
||||
$fileManager = GTK_THEME=Adwaita:dark nautilus
|
||||
$fileManager = cosmic-files
|
||||
$active_menu = rofi -show
|
||||
$menu = rofi -show drun -show-icons
|
||||
$menu_unsafe = mullvad-exclude rofi -show drun -show-icons
|
||||
|
@ -56,7 +56,7 @@ bind = Shift, Print, exec, $screenshot_with_area_selector
|
|||
$tahinli_source = /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://source.tahinli.com --class=dev.heppen.webapps.Source3132 --name=dev.heppen.webapps.Source3132 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Source3132"
|
||||
$whatsapp = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.WhatsApp5679 --name dev.heppen.webapps.WhatsApp5679 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/WhatsApp5679" --new-window https://web.whatsapp.com
|
||||
$discord = flatpak run dev.vencord.Vesktop
|
||||
$youtube = flatpak run io.freetubeapp.FreeTube
|
||||
$youtube = mullvad-exclude flatpak run io.freetubeapp.FreeTube
|
||||
$deezer = mullvad-exclude /var/lib/flatpak/exports/bin/io.github.ungoogled_software.ungoogled_chromium --app=https://deezer.com --class=dev.heppen.webapps.Deezer7429 --name=dev.heppen.webapps.Deezer7429 --user-data-dir="/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/io.github.ungoogled_software.ungoogled_chromium/Deezer7429"
|
||||
$mail = /var/lib/flatpak/exports/bin/app.zen_browser.zen --no-remote --class dev.heppen.webapps.Proton1470 --name dev.heppen.webapps.Proton1470 --profile "/home/tahinli/.var/app/dev.heppen.webapps/data/quick-webapps/profiles/app.zen_browser.zen/Proton1470" --new-window https://mail.proton.me
|
||||
|
||||
|
|
4
.config/nvim/lua/plugins/mason-workaround.lua
Normal file
4
.config/nvim/lua/plugins/mason-workaround.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
{ "mason-org/mason.nvim", version = "^1.0.0" },
|
||||
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
|
||||
}
|
|
@ -31,3 +31,9 @@ css
|
|||
WASM
|
||||
RTC
|
||||
Auth
|
||||
ws
|
||||
WebRTC
|
||||
sdp
|
||||
webrtc
|
||||
Unmute
|
||||
f32
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue