mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 08:36:09 +02:00
docs: update configs.md
skip-checks: true
This commit is contained in:
parent
699ca97e5b
commit
e146efacba
@ -7147,6 +7147,8 @@ vim.lsp.config('lua_ls', {
|
||||
checkThirdParty = false,
|
||||
library = {
|
||||
vim.env.VIMRUNTIME,
|
||||
-- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
|
||||
vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
|
||||
-- Depending on the usage, you might want to add additional paths
|
||||
-- here.
|
||||
-- '${3rd}/luv/library',
|
||||
|
||||
@ -5219,6 +5219,8 @@ settings.
|
||||
checkThirdParty = false,
|
||||
library = {
|
||||
vim.env.VIMRUNTIME,
|
||||
-- For LSP Settings Type Annotations: https://github.com/neovim/nvim-lspconfig#lsp-settings-type-annotations
|
||||
vim.api.nvim_get_runtime_file("lua/lspconfig", false)[1],
|
||||
-- Depending on the usage, you might want to add additional paths
|
||||
-- here.
|
||||
-- '${3rd}/luv/library',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user