mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-09 02:26:10 +02:00
docs(lua_ls): hint about personal config #3381
This commit is contained in:
parent
54d1091ca2
commit
3bbd7979b1
@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user