Skip to content

Commit

Permalink
Merge pull request ThePrimeagen#114 from og-mrk/update-lsp-lua-runtim…
Browse files Browse the repository at this point in the history
…e-version

Change LSP's Lua Version from The Version Being Used (5.4) to 5.1
  • Loading branch information
ThePrimeagen authored Apr 7, 2024
2 parents 3549b17 + 9e0f7db commit 486f4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/theprimeagen/lazy/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ return {
capabilities = capabilities,
settings = {
Lua = {
runtime = { version = "Lua 5.1" },
diagnostics = {
globals = { "vim", "it", "describe", "before_each", "after_each" },
}
Expand Down

0 comments on commit 486f4bb

Please sign in to comment.