Skip to content

Instantly share code, notes, and snippets.

@songouyang
Last active November 24, 2018 11:33
Show Gist options
  • Select an option

  • Save songouyang/92e00040cb6e6484b45abb8d0627501b to your computer and use it in GitHub Desktop.

Select an option

Save songouyang/92e00040cb6e6484b45abb8d0627501b to your computer and use it in GitHub Desktop.
init

tmux 配置

https://gist.github.com/ryerh/14b7c24dfd623ef8edc7

cd
git clone https://github.com/songouyang/.tmux.git
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
ln -s -f .tmux/.tmux.conf
ln -s -f .tmux/.tmux.conf.local
bash ~/.tmux/plugins/tpm/bin/install_plugins

vim 配置

Vim 需要 Python3 的支持

安装 ctags

cd
sudo apt install autoconf
git clone https://github.com/universal-ctags/ctags.git --depth=1
cd ctags
./autogen.sh
./configure
make -j8
sudo make install

如果是 mac 的话,使用 brew 安装。

brew install --HEAD universal-ctags/universal-ctags/universal-ctags

安装 jedi

pip install neovim jedi

使用配置

git clone https://github.com/songouyang/.vim_runtime.git
bash ~/.vim_runtime/install_awesome_vimrc.sh
vim +PlugInstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment