Enable bytecode compilation for kanagawa
This commit is contained in:
parent
d4aa3e9d33
commit
48f1fca483
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -928,6 +928,9 @@ require('lazy').setup({
|
|||
'rebelot/kanagawa.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require('kanagawa').setup {
|
||||
compile = true,
|
||||
}
|
||||
vim.cmd.colorscheme 'kanagawa'
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue