add gomod highlight

add sublime-text deprecated config
This commit is contained in:
DefectingCat
2024-01-11 11:39:09 +08:00
parent c6a843444e
commit 483550624b
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
"update_check": false,
"font_size": 16,
"font_face": "JetBrains Mono,Consolas,'PingFang SC Regular'",
"color_scheme": "Catppuccin Mocha.sublime-color-scheme",
"theme": "Adaptive.sublime-theme",
"ignored_packages": [],
"vintage_start_in_command_mode": true
}

View File

@ -100,6 +100,7 @@ local plugins = {
"rust",
"toml",
"go",
"gomod",
},
autotag = {
enable = true,
@ -268,7 +269,6 @@ local plugins = {
},
},
},
{
"jxnblk/vim-mdx-js",
},