Skip to content

My [NeoVim + Tmux + Fish Shell] Setup /w install scripts

Notifications You must be signed in to change notification settings

jojoqc/Dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Supported Workflows

  • Ubuntu local: i3 + fish + neovim
  • Ubuntu remote: tmux + fish + neovim
  • Ubuntu remote minimal: Regular vim only, no plugins

Documentation for OS related setups. Install scripts are available for Ubuntu only.

Vim Language Support

Rust (Great)
R, Python (Good)

Notes

Tmux + Vim Configs

tmux.conf goes into ~/.tmux.conf
nvim/ and fish/ go into ~/.config/(nvim|fish)

Install Tmux Plugin Manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Tmux && Linux

Make sure you have xsel or xclip installed.

Then, install this plugin:
https://github.com/tmux-plugins/tmux-yank

Powerline fonts

Install this:
https://github.com/powerline/fonts

Currently using 14pt Roboto Mono for Powerline.

Re-compiling YCM (YouCompleteMe)

cd ~/.vim/plugged/YouCompleteMe
./install.py  \
    --clang-completer \
    --rust-completer

About

My [NeoVim + Tmux + Fish Shell] Setup /w install scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 66.0%
  • Shell 34.0%