This website requires JavaScript.
Explore
Help
Sign In
keanucode
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
mirror of
https://github.com/keanuplayz/dotfiles.git
synced
2024-08-15 02:33:12 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
ee186f7285
dotfiles
/
nvim
/
coc-languages
/
json.vim
3 lines
85 B
VimL
Raw
Normal View
History
Unescape
Escape
[nvim] fix coc#status error/warning signs
2020-01-06 14:16:24 +00:00
let
g
:
coc_global_extensions
+
=
[
'coc-json'
]
[nvim] enable coc.nvim for JSON5
2019-11-09 20:00:23 +00:00
let
g
:
coc_filetypes
+
=
[
'json'
,
'json5'
]
Reference in a new issue
Copy permalink