Try out yui colorscheme

This commit is contained in:
Curt Spark 2025-05-26 21:00:41 +01:00
parent 8419946bdc
commit 2fad493ac7
3 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,7 @@ vim.cmd("set nohlsearch")
-- Colourscheme
vim.o.background = "light" -- or "dark" for dark mode
vim.cmd("colorscheme gruvbox")
vim.cmd("colorscheme yui")
-- Telescope setup (Like emacs ivy-mode) NOW USING SNACKS PICKERS INSTEAD
--require('telescope').setup{

View File

@ -25,5 +25,6 @@
"vim-jsdoc": { "branch": "master", "commit": "6e5bc2a1f98a69e4902081c9f5969b228a7a5fd6" },
"vim-suda": { "branch": "master", "commit": "b97fab52f9cdeabe2bbb5eb98d82356899f30829" },
"which-key.nvim": { "branch": "main", "commit": "8badb359f7ab8711e2575ef75dfe6fbbd87e4821" },
"xcodebuild.nvim": { "branch": "main", "commit": "d30627c0df5b71e358a08581cb7129d06cfbdfda" }
"xcodebuild.nvim": { "branch": "main", "commit": "d30627c0df5b71e358a08581cb7129d06cfbdfda" },
"yui": { "branch": "master", "commit": "ec7141eba11f43faf3187649114213a30f5b4ce6" }
}

1
lua/plugins/yui.lua Normal file
View File

@ -0,0 +1 @@
return { "cideM/yui", priority = 1000 , config = false, opts = ...}