Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent 3bbd797 commit 6db8e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})
Expand Down
2 changes: 1 addition & 1 deletion doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})
Expand Down

0 comments on commit 6db8e0e

Please sign in to comment.