28c75e157a
most of my config has been carried over, still need to do colorizer and markdown. added a few new plugins, based off of josean's 2024 video
11 lines
164 B
Lua
11 lines
164 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
event = "VeryLazy",
|
|
init = function()
|
|
vim.o.timeout = true
|
|
vim.o.timeoutlen = 500
|
|
end,
|
|
opts = {
|
|
},
|
|
}
|