mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-06 10:50:38 +00:00
clean repo
This commit is contained in:
10
files/nvim/lua/plugins/onedark.lua
Normal file
10
files/nvim/lua/plugins/onedark.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
-- { "navarasu/onedark.nvim", opts = { style = "darker" } },
|
||||
-- { "LazyVim/LazyVim", opts = {
|
||||
-- colorscheme = "onedark",
|
||||
-- } },
|
||||
{ "catppuccin/nvim", name = "catppuccin" },
|
||||
{ "LazyVim/LazyVim", opts = {
|
||||
colorscheme = "catppuccin",
|
||||
} },
|
||||
}
|
Reference in New Issue
Block a user