mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
update
This commit is contained in:
parent
da02b7279c
commit
ba79f479ef
8 changed files with 202 additions and 2 deletions
14
lua/plugin_custom/init.lua
Normal file
14
lua/plugin_custom/init.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
-- 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,
|
||||
-- },
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue