This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e34a27110e
dotfiles
/
nvim
/
coc-settings.json
4 lines
101 B
JSON
Raw
Normal View
History
Unescape
Escape
Switched from deoplete/language-client-neovim to coc.nvim
2020-10-26 07:08:44 +00:00
{
Auto-format toml files
2020-11-17 15:29:22 +00:00
"coc.preferences.formatOnSaveFiletypes"
:
[
"cpp"
,
"markdown"
,
"python"
,
"rust"
,
"toml"
,
"yaml"
]
Switched from deoplete/language-client-neovim to coc.nvim
2020-10-26 07:08:44 +00:00
}