Skip to content

Instantly share code, notes, and snippets.

@benawad
Created November 11, 2019 01:53
Show Gist options
  • Save benawad/e187dd887f256a6a002905ec7f22ad76 to your computer and use it in GitHub Desktop.
Save benawad/e187dd887f256a6a002905ec7f22ad76 to your computer and use it in GitHub Desktop.
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"
]
}
@Oscuro1111
Copy link

Where to put that file?

@benawad
Copy link
Author

benawad commented May 21, 2020

I have it in ~/.config/nvim/coc-settings.json

@garbray
Copy link

garbray commented Jun 6, 2020

you can open directly running this command in your vim :CocConfig 👍🏻

@juancsr
Copy link

juancsr commented Jan 21, 2021

@garbray thanks

@bradi25
Copy link

bradi25 commented Jan 12, 2022

thanks . its help me a lot

@javierdebug
Copy link

After updating the coc-settings.json file, what command should I use for the settings to start installing and working?

@DhyaneshHarnale
Copy link

This is awesome! Thx Ben

@mwelwankuta
Copy link

tried setting up my own init.vim and just ended up cloning yours instead

@akshit2649
Copy link

@javierdebug it should work automatically after re-opening neovim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment