Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Examples

Thomas Vigouroux edited this page Sep 16, 2022 · 1 revision

Some examples of usages of azy.nvim:

-- Search in config directory
azy.builtins.files { vim.fn.stdpath 'config' }

-- Search in LSP workspace folders
azy.builtins.files(vim.lsp.buf.list_workspace_folders())
Clone this wiki locally