File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ exceptions:
1818 - ACG
1919 - ACL
2020 - ACK
21+ - ADFS
2122 - AJAX
2223 - AMSI
2324 - ANSI
@@ -147,6 +148,7 @@ exceptions:
147148 - JVM
148149 - JWT
149150 - KASLR
151+ - KDC
150152 - KMCI
151153 - KVM
152154 - LAN
@@ -176,6 +178,7 @@ exceptions:
176178 - NIST
177179 - NOTE
178180 - NPM
181+ - NTLM
179182 - NTP
180183 - NVRAM
181184 - ONLY
@@ -185,6 +188,7 @@ exceptions:
185188 - OTP
186189 - OTR
187190 - OWASP
191+ - PAC
188192 - PAT
189193 - PCI
190194 - PCI-DSS
@@ -266,6 +270,7 @@ exceptions:
266270 - SPDX
267271 - SPF
268272 - SPICE
273+ - SPN
269274 - SQL
270275 - SSD
271276 - SSG
@@ -283,6 +288,7 @@ exceptions:
283288 - TCC
284289 - TCP
285290 - TEE
291+ - TGT
286292 - TIFF
287293 - TIP
288294 - TLD
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ Kargadan
157157Karma
158158Kerberos
159159Keycloak
160+ Keylog
160161Keymap
161162Kibana
162163Kinesis
@@ -194,6 +195,7 @@ Matomo
194195Mattermost
195196Memorystore
196197Merkle
198+ Metasploit
197199Meterpreter
198200Microsoft
199201Mimikatz
@@ -414,6 +416,7 @@ compilable
414416composable
415417config
416418configs
419+ crackable
417420cron
418421cronjob
419422cronjobs
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ lvim.builtin.winbar_provider = "filename" -- can be "filename" or "treesitter" o
4343lvim .builtin .metals = {
4444 active = false , -- enable/disable nvim-metals for scala development
4545 fallbackScalaVersion = " 3.2.0-RC3" ,
46- serverVersion = " 0.11.12" ,
46+ serverVersion = " 1.0.1" ,
47+ bloopVersion = " 1.5.11" ,
4748}
4849lvim .builtin .collaborative_editing = { active = false } -- enable/disable collaborative editing
4950lvim .builtin .file_browser = { active = false } -- enable/disable telescope file browser
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ M.start = function()
2121 },
2222 fallbackScalaVersion = lvim .builtin .metals .fallbackScalaVersion ,
2323 serverVersion = lvim .builtin .metals .serverVersion ,
24+ bloopVersion = lvim .builtin .metals .bloopVersion ,
2425 serverProperties = {
2526 " -Xms750m" ,
2627 " -Xmx5G" ,
You canβt perform that action at this time.
0 commit comments