diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-08-11 22:37:24 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-08-11 22:37:24 +0200 |
| commit | de81cd8f047c7d985d44032c029c61f33fc1526b (patch) | |
| tree | ba22b815860de77351b92d6bc96d77faee46cb70 /lua/plugins/telescope.lua | |
| parent | efb0b96a87920426387367e071b4a94e94cf3303 (diff) | |
| download | dotfiles-de81cd8f047c7d985d44032c029c61f33fc1526b.tar.gz dotfiles-de81cd8f047c7d985d44032c029c61f33fc1526b.zip | |
Moved .ssh to find_script()
Diffstat (limited to 'lua/plugins/telescope.lua')
| -rw-r--r-- | lua/plugins/telescope.lua | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 6c411d5..3678d27 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -321,22 +321,25 @@ function M.find_configs() "~/.config/picom", "~/.config/polybar", "~/.bashrc", - "~/.ssh", "~/.vim", "~/.profile", "~/.zprofile", + "~/.gitconfig", + "~/.gitsubtrees", + "~/.gitignore", + "~/.editorconfig", + "~/.prettierrc.yml", "~/README.md", }, - -- cwd = "~/.config/nvim/", file_ignore_patterns = { - "~/.config/nvim/startup.log", - "~/.config/zsh/plugins", + "/nvim/startup.log", + "zsh/plugins", "packer_compiled.lua", "resurrect", "tmux/plugins", --"^~/.config/tmux/plugins", "%.txt", - ".git", + ".git/", "autoload/plugged", "plug.vim", "zcompdump", @@ -353,6 +356,7 @@ function M.find_scripts() prompt_title = " Find Scripts", path_display = { "smart" }, search_dirs = { + "~/.ssh", "~/.local/bin/scripts", }, layout_strategy = "horizontal", |
