This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .config / nvim / coc-settings.json
1 {
2   "suggest.noselect": false,
3   "coc.preferences.formatOnSaveFiletypes": [
4   "javascript",
5   "typescript",
6   "typescriptreact",
7   "json",
8   "typescriptreact",
9   "typescript.tsx",
10   "graphql"
11   ]
12 }