cloned ben awad's nvim coc setup like vscode, config files in nvim directory

This commit is contained in:
tomit4 2021-09-24 17:00:57 -07:00
parent 6911371114
commit f3aa8e04ae
11 changed files with 2024 additions and 4 deletions

8
nvim/coc-settings.json Normal file
View file

@ -0,0 +1,8 @@
{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"json"
]
}