Skip to content

Commit

Permalink
fix: Fix the way the neocord plugin is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
CainCarmo committed Oct 21, 2024
1 parent 5356b82 commit 041a70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/user/plugins/neocord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ return {
{
"<leader>an",
function()
require("lazy").load("neocord")
vim.cmd [[ Lazy load neocord ]]
end,
desc = "Active neocord",
mode = { "n", "v" }
Expand Down

0 comments on commit 041a70e

Please sign in to comment.