activate legacy colour scheme
This commit is contained in:
parent
651c7999e6
commit
cd80d074b4
2 changed files with 14 additions and 0 deletions
13
lua/plugins/colorscheme.lua
Normal file
13
lua/plugins/colorscheme.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
-- Paper Tonic colorscheme
|
||||||
|
-- Local plugin via symlink
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
dir = vim.fn.expand('~/.config/nvim/paper-tonic'),
|
||||||
|
lazy = false, -- Load immediately on startup
|
||||||
|
priority = 1000, -- Load before other plugins
|
||||||
|
config = function()
|
||||||
|
vim.cmd.colorscheme('paper-tonic')
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
}
|
||||||
1
paper-tonic
Symbolic link
1
paper-tonic
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/home/ray/projects/nvim-paper-tonic
|
||||||
Loading…
Add table
Add a link
Reference in a new issue