pojokcodeid.nvim-lazy/lua/plugin_custom/init.lua
asep komarudin ba79f479ef update
2023-02-26 06:42:57 +07:00

14 lines
369 B
Lua

-- custom plugins disini
return {
{ "nvim-treesitter/nvim-treesitter" },
--- masukan plugin tambahan disini
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
-- contoh custom color scheme
-- {
-- "folke/tokyonight.nvim",
-- event = "BufWinEnter",
-- config = function()
-- vim.cmd([[colorscheme tokyonight-night]])
-- end,
-- },
}