cloned ben awad's nvim coc setup like vscode, config files in nvim directory
This commit is contained in:
parent
6911371114
commit
f3aa8e04ae
11 changed files with 2024 additions and 4 deletions
8
nvim/coc-settings.json
Normal file
8
nvim/coc-settings.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"suggest.noselect": false,
|
||||
"coc.preferences.formatOnSaveFiletypes": [
|
||||
"javascript",
|
||||
"typescript",
|
||||
"json"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue