mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 09:48:51 +02:00
update
This commit is contained in:
parent
3c846213a9
commit
b65e102d0e
2 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,6 @@ vim.g.mapleader = " "
|
|||
vim.g.maplocalleader = " "
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
{ import = "plugins" },
|
||||
{ import = "custom.plugins" },
|
||||
},
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{ "nvim-treesitter/nvim-treesitter" },
|
||||
--- masukan plugin tambahan disini
|
||||
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue