- new neovim config
This commit is contained in:
9
lua/plugins/colorscheme.lua
Normal file
9
lua/plugins/colorscheme.lua
Normal file
@ -0,0 +1,9 @@
|
||||
return {
|
||||
"thesimonho/kanagawa-paper.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
init = function()
|
||||
vim.cmd.colorscheme("kanagawa-paper-ink")
|
||||
end,
|
||||
opts = {...},
|
||||
}
|
Reference in New Issue
Block a user