fix: nixd lsp
This commit is contained in:
parent
65656668d3
commit
5d6f5671a6
4 changed files with 28 additions and 14 deletions
|
|
@ -54,11 +54,20 @@
|
|||
"nvim . (.*)": " $1",
|
||||
"(.*) - Visual Studio Code": " $1",
|
||||
"\\(\\d+\\) Discord (.*)": " $1",
|
||||
|
||||
// Firefox
|
||||
"(.*) - YouTube — Mozilla Firefox": " $1",
|
||||
"(.*)\\.pdf — Mozilla Firefox": " $1",
|
||||
"(.*) — Mozilla Firefox": " $1",
|
||||
"(.*) - VLC media player": " $1",
|
||||
"(.*) - YouTube Music — Mozilla Firefox": " $1"
|
||||
"(.*) - YouTube Music — Mozilla Firefox": " $1",
|
||||
|
||||
// Firefox Nightly
|
||||
"(.*) - YouTube — Firefox Nightly": " $1",
|
||||
"(.*)\\.pdf — Firefox Nightly": " $1",
|
||||
"(.*) — Firefox Nightly": " $1",
|
||||
"(.*) - YouTube Music — Firefox Nightly": " $1",
|
||||
|
||||
"(.*) - VLC media player": " $1"
|
||||
}
|
||||
},
|
||||
|
||||
|
|
@ -146,6 +155,7 @@
|
|||
"ignore-list": [
|
||||
"rofi",
|
||||
"firefox",
|
||||
"firefox-nightly",
|
||||
"kitty",
|
||||
"jetbrains-studio",
|
||||
"Brave-browser",
|
||||
|
|
@ -153,7 +163,9 @@
|
|||
"nemo",
|
||||
"vlc",
|
||||
"com.mitchellh.ghostty",
|
||||
"code"
|
||||
"code",
|
||||
".virt-manager-wrapped",
|
||||
"virt-manager"
|
||||
]
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue