Skip to content

Commit

Permalink
basic tern config
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Feb 25, 2018
1 parent 5dc1447 commit 0d05cec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .tern-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"plugins": {
"node": {},
"node_resolve": {},
"es_modules": {},
"modules": {}
},
"libs": [
"browser",
"ecma5",
"ecma6",
"react"
],
"ecmaVersion": 6
}
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ln -sf "${SRC_DIR}/nvim/init.vim" "${HOME}/.SpaceVim.d/init.vim"
ln -sf "${SRC_DIR}/.psqlrc" "${HOME}/.psqlrc"
ln -sf "${SRC_DIR}/.pythonrc.py" "${HOME}/.pythonrc.py"
ln -sf "${SRC_DIR}/ssh_config" "${HOME}/.ssh/config"
ln -sf "${SRC_DIR}/.tern-config" "${HOME}/.tern-config"
ln -sf "${SRC_DIR}/.tigrc" "${HOME}/.tigrc"
ln -sf "${SRC_DIR}/.tmux.conf" "${HOME}/.tmux.conf"

Expand Down

0 comments on commit 0d05cec

Please sign in to comment.