/mydots

Primary LanguageVim Script

Requirements

tmux

Installation

make install-tmux

How to edit configuration

To edit tmux configuration, you need to modify tmux/.tmux.conf.local. The original tmux configuration files are from https://github.com/gpakosz/.tmux.

font

Installation

make install-font

zsh

Installation

make install-zsh

zsh setup

neovim

Installation

make install-nvim
  • For the initial setup, it would take a few minutes to install vim plugins.

Installed Plugins

  • See nvim/init.vim

Plugin setup

Autocompletion for python

  • The below setting provides a satisfactory performance for autocompletion in python.
  • Tested environment: macos, python 3.6.6
  • Used plugins
    • Plug 'davidhalter/jedi-vim' " A plugin for autocompletion of python
    • Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
    • Plug 'zchee/deoplete-jedi'
      • Plugins for supporting asynchronous autocompletion of python
  • pip3 install jedi
  • set up jedi-vim as shown in nvim/init.vim

Notes on vimtex (with neovim)

-c %line "%file"

Karabiner

Articles

Development Setting

vim

zsh