diff options
| author | Jean-Charles Quillet <jeancharles.quillet@gmail.com> | 2024-10-18 15:02:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 06:02:46 -0700 |
| commit | 3bbd7979b168a8f3749fa9debd7c609f3d02caca (patch) | |
| tree | bd3ad70a750158111422260fd63a9f44b8dd0ea3 /lua | |
| parent | Merge #3375 from neovim/rmlspinfo (diff) | |
| download | nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar.gz nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar.bz2 nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar.lz nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar.xz nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.tar.zst nvim-lspconfig-3bbd7979b168a8f3749fa9debd7c609f3d02caca.zip | |
docs(lua_ls): hint about personal config #3381
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/lua_ls.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lspconfig/configs/lua_ls.lua b/lua/lspconfig/configs/lua_ls.lua index 01689301..293c81ad 100644 --- a/lua/lspconfig/configs/lua_ls.lua +++ b/lua/lspconfig/configs/lua_ls.lua @@ -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) } }) |
