Skip to content

Commit

Permalink
back from the future
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Dec 5, 2020
1 parent feaa23c commit 98c04cc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .config/coc/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"dependencies": {
"coc-clangd": ">=0.6.0",
"coc-css": ">=1.2.6",
"coc-ember": ">=1.4.7",
"coc-eslint": ">=1.3.2",
"coc-flutter-tools": ">=1.3.1",
"coc-go": ">=0.12.1",
"coc-highlight": ">=1.2.6",
"coc-html": ">=1.3.1",
"coc-java": ">=1.5.3",
"coc-java-debug": ">=0.1.5",
"coc-jest": ">=1.1.3",
"coc-json": ">=1.3.2",
"coc-marketplace": ">=1.8.0",
"coc-python": ">=1.2.13",
"coc-snippets": ">=2.2.9",
"coc-solargraph": ">=1.1.8",
"coc-sql": ">=0.4.0",
Expand Down
13 changes: 12 additions & 1 deletion .config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"coc.preferences.bracketEnterImprove": true,
"http.proxyStrictSSL": false,
"python.jediEnabled": false,
"tsserver.maxTsServerMemory": 8192,
"tsserver.disableAutomaticTypeAcquisition": false
"tsserver.disableAutomaticTypeAcquisition": false,
"eslint.enable": false,
"eslint.autoFixOnSave": true,
"eslint.packageManager": "yarn",
"go.goplsOptions": {
"usePlaceholders": true,
"completionDocumentation": true,
"completeUnimported": true,
"matcher": "Fuzzy"
},
"jest.watchman": true
}

0 comments on commit 98c04cc

Please sign in to comment.