Skip to content

jinhongjung/mydots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dd41174 · Jun 6, 2019

History

39 Commits
Apr 10, 2019
Apr 10, 2019
Aug 12, 2018
Sep 28, 2018
Apr 10, 2019
Apr 10, 2019
Jul 28, 2018
Sep 27, 2018
Jun 6, 2019

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published