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
093bd9837c
dotfiles
/
nvim
/
coc-languages
/
json.vim
3 lines
76 B
VimL
Raw
Normal View
History
Unescape
Escape
[nvim] add IDE mode switch
2019-06-20 23:27:47 +00:00
call
coc
#
add_extension
(
'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