Created
November 11, 2019 01:53
-
-
Save benawad/e187dd887f256a6a002905ec7f22ad76 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"suggest.noselect": false, | |
"coc.preferences.formatOnSaveFiletypes": [ | |
"javascript", | |
"typescript", | |
"typescriptreact", | |
"json", | |
"javascriptreact", | |
"typescript.tsx", | |
"graphql" | |
] | |
} |
I have it in ~/.config/nvim/coc-settings.json
you can open directly running this command in your vim :CocConfig
👍🏻
@garbray thanks
thanks . its help me a lot
After updating the coc-settings.json file, what command should I use for the settings to start installing and working?
This is awesome! Thx Ben
tried setting up my own init.vim and just ended up cloning yours instead
@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
Where to put that file?