Skip to content

Commit

Permalink
docs(lua_ls): hint about personal config #3381
Browse files Browse the repository at this point in the history
  • Loading branch information
jecaro authored Oct 18, 2024
1 parent 54d1091 commit 3bbd797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/configs/lua_ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})
Expand Down

0 comments on commit 3bbd797

Please sign in to comment.