Skip to content

Commit

Permalink
Properly configure plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed Sep 13, 2024
1 parent 9758f84 commit 9cbe4bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions bootstrap/config_dirs/nvim/lua/user/plugins/dressing.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
return {
"stevearc/dressing.nvim",
event = "VeryLazy",
opts = {},
}
8 changes: 1 addition & 7 deletions bootstrap/config_dirs/nvim/lua/user/plugins/nvim-notify.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
return {
"rcarriga/nvim-notify",
event = { "VeryLazy" },
config = function()
-- import plugin safely
local plugin = require("notify")

-- enable
plugin.setup()
end,
opts = {},
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ return {
keys = {
{ "<leader>sm", "<cmd>MaximizerToggle<CR>", desc = "Maximize/minimize a split" },
},
opts = {},
}

0 comments on commit 9cbe4bc

Please sign in to comment.