1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/neovim/.config/nvim/coc-settings.json

17 lines
287 B
JSON
Raw Normal View History

2020-06-01 17:25:59 +00:00
{
2020-06-12 09:57:13 +00:00
"coc.preferences.formatOnSaveFiletypes": [
"css",
"markdown",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"json",
"yaml",
"html",
"graphql",
"mdx",
"rust"
]
2020-06-01 17:25:59 +00:00
}