⚙️ config(nvim): event change for go extra and some style modifications for .json file

This commit is contained in:
Sergio Laín 2024-01-04 14:36:52 +01:00
parent cf77cb4935
commit a97cbc370e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,7 @@ return {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
}, },
opts = {}, opts = {},
event = { "CmdlineEnter" }, event = { "LazyFile" },
ft = { "go", "gomod" }, ft = { "go", "gomod" },
build = ':lua require("go.install").update_all_sync()', build = ':lua require("go.install").update_all_sync()',
}, },

View file

@ -18,9 +18,7 @@
"path": "./languages/global.json" "path": "./languages/global.json"
}, },
{ {
"language": [ "language": "markdown",
"markdown"
],
"path": "./languages/markdown.json" "path": "./languages/markdown.json"
}, },
{ {