diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-25 20:17:48 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-25 20:19:33 +0200 |
| commit | e049fa6091b9946405149139da834ec2829939c9 (patch) | |
| tree | 583bab3f88286ef1987c0f0d42db8cecdd469b66 /lua/plugins/colorscheme.lua | |
| parent | 21f19f25f1ac0727f608c53f0de7a3b6701499ca (diff) | |
| download | neovim-config-master.tar.gz neovim-config-master.tar.bz2 neovim-config-master.zip | |
Diffstat (limited to 'lua/plugins/colorscheme.lua')
| -rw-r--r-- | lua/plugins/colorscheme.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index aaa319c..09f0e59 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -46,4 +46,17 @@ return { vim.cmd.colorscheme('monokai-pro') end, }, + --{ + -- "olimorris/onedarkpro.nvim", + -- lazy = false, + -- priority = 1000, -- Ensure it loads first + -- config = function() + -- require("onedarkpro").setup({ + -- styles = { + -- comments = "italic" + -- } + -- }) + -- vim.cmd("colorscheme onelight") + -- end + --} } |
