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
6f1df10a51
dotfiles
/
nvim
/
coc-languages
/
css.vim
3 lines
90 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-css'
]
[nvim] enable Prettier for SCSS and LESS
2019-11-07 22:15:09 +00:00
let
g
:
coc_filetypes
+
=
[
'css'
,
'scss'
,
'less'
]
Reference in a new issue
Copy permalink