search.nvim
search.nvim copied to clipboard
nvim plugin that adds tabs for telescope search
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...