Skip to content

Commit 9e0f7db

Browse files
committed
Change LSP's Lua Version from The Version Being Used (5.4) to 5.1
1 parent 3549b17 commit 9e0f7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/theprimeagen/lazy/lsp.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ return {
4444
capabilities = capabilities,
4545
settings = {
4646
Lua = {
47+
runtime = { version = "Lua 5.1" },
4748
diagnostics = {
4849
globals = { "vim", "it", "describe", "before_each", "after_each" },
4950
}

0 commit comments

Comments
 (0)