Nvim: fix some keybinds, organize code

This commit is contained in:
Marko Korhonen 2023-11-18 21:41:50 +02:00
parent 8b3cf79112
commit 168742d109
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 16 additions and 16 deletions

View file

@ -45,8 +45,8 @@ return {
}
end,
},
config = function(spec)
require("kanagawa").setup(spec.opts)
config = function(_, opts)
require("kanagawa").setup(opts)
vim.cmd("colorscheme kanagawa")
end,
}