Initial commit
This commit is contained in:
commit
e08a4bd660
10 changed files with 745 additions and 0 deletions
7
nvim/coc-settings.json
Normal file
7
nvim/coc-settings.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"suggest.noselect": false,
|
||||
"eslint.autoFixOnSave": true,
|
||||
"eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
||||
"coc.preferences.formatOnSaveFiletypes": ["markdown", "mdx", "javascript", "javascriptreact", "typescript", "typescriptreact"],
|
||||
"coc.preferences.jumpCommand": "vsplit"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue