Skip to content

Commit 7c0e1e6

Browse files
committed
minor changes
Signed-off-by: abzcoding <abzcoding@gmail.com>
1 parent 04c18aa commit 7c0e1e6

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

β€Ž.vale/gitlab/Acronyms.ymlβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

β€Ž.vale/gitlab/spelling-exceptions.txtβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Kargadan
157157
Karma
158158
Kerberos
159159
Keycloak
160+
Keylog
160161
Keymap
161162
Kibana
162163
Kinesis
@@ -194,6 +195,7 @@ Matomo
194195
Mattermost
195196
Memorystore
196197
Merkle
198+
Metasploit
197199
Meterpreter
198200
Microsoft
199201
Mimikatz
@@ -414,6 +416,7 @@ compilable
414416
composable
415417
config
416418
configs
419+
crackable
417420
cron
418421
cronjob
419422
cronjobs

β€Žconfig.luaβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ lvim.builtin.winbar_provider = "filename" -- can be "filename" or "treesitter" o
4343
lvim.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
}
4849
lvim.builtin.collaborative_editing = { active = false } -- enable/disable collaborative editing
4950
lvim.builtin.file_browser = { active = false } -- enable/disable telescope file browser

β€Žlua/user/metals.luaβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
Β (0)