Skip to content

Commit

Permalink
fix(neovim): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 8, 2025
1 parent da5e7d2 commit 3a72e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/neovim-with-config/lua/plugins/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ return {
end,
},
{
"Comment.nvim",
"comment.nvim",
event = "BufRead",
after = function()
require("comment").setup()
require("Comment").setup()
end,
},
{
Expand Down

0 comments on commit 3a72e8f

Please sign in to comment.