Skip to content

Commit

Permalink
switch to mellifluous theme
Browse files Browse the repository at this point in the history
  • Loading branch information
BSathvik committed Apr 24, 2024
1 parent 4e8b3df commit 0c811cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ require("lazy").setup({
},

{
"rebelot/kanagawa.nvim",
"ramojus/mellifluous.nvim",
config = function()
require("kanagawa").setup()
require("mellifluous").setup({}) -- optional, see configuration section.
end,
},

Expand Down Expand Up @@ -631,7 +631,7 @@ set.list = true
-- Setup autocmds

-- to change to light mode
vim.cmd([[colorscheme kanagawa]])
vim.cmd([[colorscheme mellifluous]])

vim.keymap.set("n", "<leader>/", ":noh<CR>", { noremap = true, silent = true })

Expand Down

0 comments on commit 0c811cc

Please sign in to comment.