search.nvim icon indicating copy to clipboard operation
search.nvim copied to clipboard

nvim plugin that adds tabs for telescope search

Results 7 search.nvim issues
Sort by recently updated
recently updated
newest added

Adds ways to pass args to telescope with less effort. Updated use cases are demonstrated in the readme.

Add a .stylua.toml file for specifying the stylua format we want. Add a github action to check formatting on pushes and pull requests. As far as what kind of style...

I have made some PRs to the repo and my default for spaces vs tabs and tab indent is different from whats already in the repo, so I have to...

examaple for this behaviour ```lua local is_git_dir = function () return vim.fn.isdirectory(".git") == 1 end -- other config collections = { git = { initial_tab = 1, -- Git files...

help wanted
long-term-goals