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
0253d9a44f
commit
3c846213a9
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ 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" },
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,6 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
priority = 1000,
|
|
||||||
cmd = {
|
cmd = {
|
||||||
"TSBufDisable",
|
"TSBufDisable",
|
||||||
"TSBufEnable",
|
"TSBufEnable",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue