From 4a326fb911d5ba2ce5becda873672d3ce58f1af7 Mon Sep 17 00:00:00 2001 From: Firas Abuzaid Date: Wed, 31 Jul 2019 10:02:29 -0700 Subject: [PATCH] ctags --- .ctags | 1 + install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .ctags diff --git a/.ctags b/.ctags new file mode 100644 index 0000000..505c26f --- /dev/null +++ b/.ctags @@ -0,0 +1 @@ +--python-kinds=-i diff --git a/install.sh b/install.sh index 034130c..6547e70 100755 --- a/install.sh +++ b/install.sh @@ -14,4 +14,4 @@ ln -sfn ${CURR_DIR}/.inputrc ln -sfn ${CURR_DIR}/.pyrc ln -sfn ${CURR_DIR}/.tmux.conf ln -sfn ${CURR_DIR}/.sqliterc - +ln -sfn ${CURR_DIR}/.ctags .ctags