⚙️ config(nvim): event change for go extra and some style modifications for .json file
This commit is contained in:
parent
cf77cb4935
commit
a97cbc370e
2 changed files with 2 additions and 4 deletions
|
@ -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()',
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,9 +18,7 @@
|
||||||
"path": "./languages/global.json"
|
"path": "./languages/global.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"language": [
|
"language": "markdown",
|
||||||
"markdown"
|
|
||||||
],
|
|
||||||
"path": "./languages/markdown.json"
|
"path": "./languages/markdown.json"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue