James Trew

Results 32 issues of James Trew

netrw handles opening of urls via an autcmd when doing `nvim ` or `:e `. Disabling netrw entirely when `hijack_netrw = true` had the unintended side effect of breaking the...

Added functionality to the existing `rename` method to allow for recursive overwriting of files. Implementation is borrowed heavily from the `copy` method so I refactored both to reuse some code...

# Description Applies `--json` to vimgrep arguments for `live_grep` and `grep_string` allowing for correct highlighting of submatches in the entry display. ![image](https://github.com/nvim-telescope/telescope.nvim/assets/66286082/92108cc0-05cd-418d-a7af-8291acd31d8d) ^notice the filename foo is not getting highlighted...

trying something out. I like types and I think it can help with our documentation deficiencies as well (eg. confusions around why you can pass `default_text` to `find_files` and why...

I *think* we have several factors contributing to flaky (off by one error) behaviors in the cursor position on picker close. Mainly, I think we should be scheduling `nvim_win_set_cursor`. Without...

For LSP methods/pickers: - references - definition - typeDefinition - implementation Passes the server results through client (and neovim's) lsp handler function. This lets those handlers deal with some of...

`docgen` doesn't get ran on PRs from forks. Not sure if this is on purpose.

```lua require("telescope").extensions.file_browser.file_browser({ path = vim.fn.stdpath("config"), }) ``` with this option (with rest min config), when creating a file/folder, the first character of the given filename get truncated.

bug

### Description When moving file(s) into a directory, viewing the file preview for that directory doesn't show the file(s) that were moved into it. ### Neovim version ```markdown NVIM v0.9.0-dev-970+gf006313e9...

bug

- enable option passing during telescope `setup` (example shown in `README`) - expose worktree specific telescope actions `delete_worktree` and `toggle_forced_deletion` - add `items` option for changing git worktree display items...