Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 13, 2024
1 parent bacae70 commit de27835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions lua/dotvim/pkgs/editor/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ return {
require("telescope").load_extension("command_palette")
require("telescope").load_extension("obsidian")
require("telescope").load_extension("projects")
require("telescope").load_extension("notify")
end,
actions = function()
---@type dotvim.core.action
Expand Down
7 changes: 0 additions & 7 deletions lua/dotvim/pkgs/ui/plugins/_others.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ return {
config = function(_, opts)
vim.defer_fn(function()
require("notify").setup(opts)

---@type dotvim.utils
local Utils = require("dotvim.utils")

if Utils.lazy.has("telescope.nvim") then
require("telescope").load_extension("notify")
end
end, 30)
end,
actions = function()
Expand Down

0 comments on commit de27835

Please sign in to comment.