diff options
| author | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-02-21 01:04:26 -0500 |
|---|---|---|
| committer | Jean-Pierre Appel <jeanpierre.appel01@gmail.com> | 2023-02-21 01:04:26 -0500 |
| commit | 11b04ad1e5ef81d42c4384af94d7ba4161f0c160 (patch) | |
| tree | 1438bb5285499d984db60a29ec18eded634c9bf4 /nvim/lua/telescope.lua | |
| parent | 118592d53cb9a509831030de348963029aa603a8 (diff) | |
Added nvim and tmux config
Diffstat (limited to 'nvim/lua/telescope.lua')
| -rw-r--r-- | nvim/lua/telescope.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/lua/telescope.lua b/nvim/lua/telescope.lua new file mode 100644 index 0000000..37d03a3 --- /dev/null +++ b/nvim/lua/telescope.lua @@ -0,0 +1,2 @@ +-- require("telescope").setup({ +-- }) |
