From 6db8e0ec011e844d782bd39c617dbaa39ac004ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Oct 2024 13:02:59 +0000 Subject: [PATCH] docs: update configs.md skip-checks: true --- doc/configs.md | 2 +- doc/configs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/configs.md b/doc/configs.md index 4b4a34d17c..bb3be39527 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -6819,7 +6819,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) } }) diff --git a/doc/configs.txt b/doc/configs.txt index 4b4a34d17c..bb3be39527 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -6819,7 +6819,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) } })