docs(lua_ls): hint about personal config #3381

This commit is contained in:
Jean-Charles Quillet 2024-10-18 15:02:46 +02:00 committed by GitHub
parent 54d1091ca2
commit 3bbd7979b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,7 @@ require'lspconfig'.lua_ls.setup {
-- "${3rd}/luv/library"
-- "${3rd}/busted/library",
}
-- or pull in all of 'runtimepath'. NOTE: this is a lot slower
-- or pull in all of 'runtimepath'. NOTE: this is a lot slower and will cause issues when working on your own configuration (see https://github.com/neovim/nvim-lspconfig/issues/3189)
-- library = vim.api.nvim_get_runtime_file("", true)
}
})