Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
b47bc0eb
Commit
b47bc0eb
authored
Oct 09, 2021
by
Adrien Dorsaz
Browse files
coc: update self and extensions, configure sql for postgresql
parent
e2e12b85
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/coc/extensions/package.json
View file @
b47bc0eb
{
"dependencies"
:
{
"coc-clangd"
:
">=0.1
4.1
"
,
"coc-clangd"
:
">=0.1
6.0
"
,
"coc-css"
:
">=1.2.6"
,
"coc-docker"
:
">=0.4.0"
,
"coc-eslint"
:
">=1.3.2"
,
...
...
@@ -8,11 +8,11 @@
"coc-html"
:
">=1.3.1"
,
"coc-jest"
:
">=1.1.4"
,
"coc-json"
:
">=1.3.6"
,
"coc-pyright"
:
">=1.1.16
4
"
,
"coc-pyright"
:
">=1.1.1
7
6"
,
"coc-solargraph"
:
">=1.2.2"
,
"coc-sql"
:
">=0.
5.0
"
,
"coc-sql"
:
">=0.
8.1
"
,
"coc-tsserver"
:
">=1.8.6"
,
"coc-xml"
:
">=1.14.1"
,
"coc-yaml"
:
">=1.4.2"
}
}
}
\ No newline at end of file
vim/coc-settings.json
View file @
b47bc0eb
...
...
@@ -4,5 +4,6 @@
"diagnostic.errorSign"
:
"💥"
,
"diagnostic.infoSign"
:
"🛈"
,
"diagnostic.hintSign"
:
"👀"
,
"diagnostic.warningSign"
:
"🧐"
"diagnostic.warningSign"
:
"🧐"
,
"sql.database"
:
"postgresql"
}
coc.nvim
@
287c743c
Compare
ce448a69
...
287c743c
Subproject commit
ce448a6945d90609bc5c063577e12b859de0834b
Subproject commit
287c743c9f227fdf0e1db452bbb8ae3c5caffc36
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment