⚙️ 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",
|
||||
},
|
||||
opts = {},
|
||||
event = { "CmdlineEnter" },
|
||||
event = { "LazyFile" },
|
||||
ft = { "go", "gomod" },
|
||||
build = ':lua require("go.install").update_all_sync()',
|
||||
},
|
||||
|
|
|
@ -18,9 +18,7 @@
|
|||
"path": "./languages/global.json"
|
||||
},
|
||||
{
|
||||
"language": [
|
||||
"markdown"
|
||||
],
|
||||
"language": "markdown",
|
||||
"path": "./languages/markdown.json"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue