diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2022-04-25 22:34:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-25 22:34:42 +0200 |
| commit | 5045d7e5e74208dbbf98271861b05ff42dc66360 (patch) | |
| tree | b519311ebec2506c72975a2a5e70e56d126a3822 /scripts/minimal_init.vim | |
| parent | fd9e1e1674c5ae980bc742f773fb78ca80cf8970 (diff) | |
feat: switch to telescope.lua (#1873)
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
Diffstat (limited to 'scripts/minimal_init.vim')
| -rw-r--r-- | scripts/minimal_init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/minimal_init.vim b/scripts/minimal_init.vim index 914943e..780c0e2 100644 --- a/scripts/minimal_init.vim +++ b/scripts/minimal_init.vim @@ -3,4 +3,4 @@ set rtp+=../plenary.nvim/ set rtp+=../tree-sitter-lua/ runtime! plugin/plenary.vim -runtime! plugin/telescope.vim +runtime! plugin/telescope.lua |
