theme: roll Apex Neon across terminal, bar, and notifications
This commit is contained in:
14
dot_config/nvim/lua/plugins/nerdy.lua
Normal file
14
dot_config/nvim/lua/plugins/nerdy.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"2kabhishek/nerdy.nvim",
|
||||
cmd = "Nerdy",
|
||||
dependencies = {
|
||||
"folke/snacks.nvim",
|
||||
},
|
||||
opts = {
|
||||
max_recents = 30,
|
||||
add_default_keybindings = true,
|
||||
copy_to_clipboard = false,
|
||||
copy_register = "+",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user