pojokcodeid.nvim-lazy/lua/custom/plugins/ui.lua

27 lines
722 B
Lua
Raw Normal View History

2023-02-26 16:59:01 +07:00
return {
-- { "RRethy/nvim-base16" },
2023-04-09 14:35:15 +07:00
-- -- simbol outline
-- {
-- "simrat39/symbols-outline.nvim",
-- lazy = true,
-- event = "BufRead",
-- config = function()
-- require("symbols-outline").setup()
-- end,
-- },
2023-03-12 16:28:26 +07:00
-- {
-- "nvim-lualine/lualine.nvim",
-- lazy = true,
-- event = "BufWinEnter",
-- config = function()
-- require("user.lualine")
-- end,
-- },
2024-05-20 08:42:59 +07:00
-- { "RRethy/vim-illuminate", event = "InsertEnter", enabled = true },
2023-05-02 06:34:41 +07:00
-- { "cpea2506/one_monokai.nvim" },
-- { "luisiacc/gruvbox-baby", lazy = true, enabled = false },
-- { "projekt0n/github-nvim-theme", version = "v0.0.7" },
2024-03-31 16:35:21 +07:00
-- { "stevearc/dressing.nvim", enabled = false },
2024-05-20 08:42:59 +07:00
-- { "karb94/neoscroll.nvim", enabled = false },
2023-02-26 16:59:01 +07:00
}