Fixed neovim deprecation warnings

This commit is contained in:
2025-07-27 19:53:07 +09:00
parent 89562aa3e5
commit e9ffdfe393
3 changed files with 14 additions and 5 deletions
+5
View File
@@ -7,6 +7,11 @@ return {
vim.lsp.config("lua_ls", {
settings = {
Lua = {
workspace = {
library = {
"${3rd}/luv/library"
}
},
diagnostics = {
globals = { "vim" }
}