From c4ace08e2413a5750141c0ef189a9b716746876e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 3 Jan 2023 21:38:35 +0100 Subject: Add project telescope loading inside of telescope config --- fnl/plugins.fnl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'fnl/plugins.fnl') diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 516a8d7..a3e68af 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -83,12 +83,14 @@ :dependencies [:nvim-lua/popup.nvim :nvim-telescope/telescope-frecency.nvim :tami5/sqlite.lua + :ahmedkhalf/project.nvim :nvim-lua/plenary.nvim :rmagatti/session-lens :nvim-telescope/telescope-fzf-native.nvim :nvim-telescope/telescope-frecency.nvim :joaomsa/telescope-orgmode.nvim] :config (fn [] + (require :config.project) (require :config.telescope))} {1 :tamago324/lir.nvim :event :VeryLazy @@ -103,11 +105,6 @@ :event :VeryLazy :config (fn [] (require :config.flit))} - {1 :ahmedkhalf/project.nvim - :cmd :Telescope - :dependencies :nvim-telescope/telescope.nvim - :config (fn [] - (require :config.project))} {1 :windwp/nvim-spectre :event :VeryLazy :config (fn [] -- cgit v1.2.3-70-g09d2