mirror of
https://github.com/harivansh-afk/oil.nvim.git
synced 2026-04-18 01:00:31 +00:00
* Implement actions for sending oil entries to quickfix/location-list * Use vim.notify instead of vim.notify_once in util quickfix function * Remove redundant files/directories options for sending to qf always send just files * set qflist/loclist with a single call * Add type annotations and default values for send_to_quickfix * In visual mode, send only selected items to qf |
||
|---|---|---|
| .. | ||
| adapters | ||
| mutator | ||
| actions.lua | ||
| cache.lua | ||
| columns.lua | ||
| config.lua | ||
| constants.lua | ||
| fs.lua | ||
| init.lua | ||
| keymap_util.lua | ||
| layout.lua | ||
| loading.lua | ||
| lsp_helpers.lua | ||
| pathutil.lua | ||
| shell.lua | ||
| util.lua | ||
| view.lua | ||