fix: colorscheme typo

This commit is contained in:
2025-10-08 15:13:30 +03:00
parent 732b92fe4c
commit c0dcf85fe8

View File

@@ -51,7 +51,7 @@ vim.keymap.set("n", "<C-l>", "<C-l")
if vim.fn.has("nvim-0.12.0") == 1 then
vim.pack.add({
{ src = "https://github.com/rose-pine/neovimmm" },
{ src = "https://github.com/rose-pine/neovim" },
})
end