diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-08 22:01:29 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-08 22:01:33 +0200 |
commit | 3945397198a611347a89cb8635d0a9551a8e98a9 (patch) | |
tree | cb7ccd081245c394577cddfe00da33d265cc6ec4 /init.lua | |
parent | 4a61ce3e2a7b11e5d94fc047ffdd7351623df199 (diff) |
use Telescope instead of fzf.vim
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ require("config") require("plugins") +require("telescope_config") require("style") require("formatting") require("functions") |