mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +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 = " "
|
vim.g.maplocalleader = " "
|
||||||
require("lazy").setup({
|
require("lazy").setup({
|
||||||
spec = {
|
spec = {
|
||||||
{ "nvim-treesitter/nvim-treesitter" },
|
|
||||||
{ import = "plugins" },
|
{ import = "plugins" },
|
||||||
{ import = "custom.plugins" },
|
{ import = "custom.plugins" },
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
return {
|
return {
|
||||||
|
{ "nvim-treesitter/nvim-treesitter" },
|
||||||
--- masukan plugin tambahan disini
|
--- masukan plugin tambahan disini
|
||||||
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
{ "folke/trouble.nvim", enabled = false }, -- ini untuk disable plugin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue