diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-05 23:52:42 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-05 23:52:42 +0200 |
| commit | 7442ba93b0f2b4b096681740d03ae24fb1298121 (patch) | |
| tree | df20826c723b5538d1cef1c8c614f4b96965337f | |
| parent | 0bfa4b530a194230568525cdcfa28bca7ab11686 (diff) | |
| download | dotfiles-7442ba93b0f2b4b096681740d03ae24fb1298121.tar.gz dotfiles-7442ba93b0f2b4b096681740d03ae24fb1298121.zip | |
Update find_configs function with ~/.config/kitty
| -rw-r--r-- | lua/plugins/telescope.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index c4aca35..8acec81 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -294,6 +294,7 @@ function M.find_configs() "~/.config/tmux", "~/.config/X11", "~/.config/alacritty", + "~/.config/kitty", "~/.config/wezterm", "~/.config/bspwm", "~/.config/sxhkd", |
