mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 00:25:47 +02:00
21 lines
455 B
Lua
21 lines
455 B
Lua
return {
|
|
-- { "RRethy/nvim-base16" },
|
|
-- -- simbol outline
|
|
-- {
|
|
-- "simrat39/symbols-outline.nvim",
|
|
-- lazy = true,
|
|
-- event = "BufRead",
|
|
-- config = function()
|
|
-- require("symbols-outline").setup()
|
|
-- end,
|
|
-- },
|
|
-- {
|
|
-- "nvim-lualine/lualine.nvim",
|
|
-- lazy = true,
|
|
-- event = "BufWinEnter",
|
|
-- config = function()
|
|
-- require("user.lualine")
|
|
-- end,
|
|
-- },
|
|
{ "RRethy/vim-illuminate", event = "BufRead", enabled = true },
|
|
}
|