Skip to content

Commit

Permalink
feat(neovim): lazy load conform and mini
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Oct 13, 2024
1 parent f41716f commit 5fad66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions neovim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
return {
{
"stevearc/conform.nvim",
event = "VeryLazy",
opts = {
notify_on_error = true,
format_on_save = function(bufnr)
Expand Down
1 change: 1 addition & 0 deletions neovim/lua/plugins/mini.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ return {
require("mini." .. plugin).setup(options)
end
end,
event = "VeryLazy",
-- NOTE(kirillmorozov): opts is a table that holds config options for mini
-- modules.
opts = {
Expand Down

0 comments on commit 5fad66c

Please sign in to comment.