mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
add gomod highlight
add sublime-text deprecated config
This commit is contained in:
9
deprecated/sublime-text/config.json
Normal file
9
deprecated/sublime-text/config.json
Normal 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
|
||||
}
|
@ -100,6 +100,7 @@ local plugins = {
|
||||
"rust",
|
||||
"toml",
|
||||
"go",
|
||||
"gomod",
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
@ -268,7 +269,6 @@ local plugins = {
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
"jxnblk/vim-mdx-js",
|
||||
},
|
||||
|
Reference in New Issue
Block a user