Skip to content

Commit

Permalink
coc config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaddr committed Nov 25, 2019
1 parent 686d4fa commit d823039
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"emmet.includeLanguages": {"gohtmltmpl": "html"},
"python.venvFolders": ["envs", ".pyenv", ".direnv", ".venv"]
}
3 changes: 2 additions & 1 deletion vim/coc-settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"emmet.includeLanguages": {"gohtmltmpl": "html"}
"emmet.includeLanguages": {"gohtmltmpl": "html"},
"python.venvFolders": ["envs", ".pyenv", ".direnv", ".venv"]
}

0 comments on commit d823039

Please sign in to comment.