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
0d521c169b
dotfiles
/
nvim
/
coc-languages
/
css.vim
3 lines
81 B
VimL
Raw
Normal View
History
Unescape
Escape
finally, after 3 months of intense Vimscript programming and Vim-fu learning, I've finished my Neovim config
2019-04-21 11:42:15 +00:00
call
coc
#
add_extension
(
'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