Skip to content

kkurzacz-intel/environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Configurations

Tmux

.tmux.conf file lives in home directory.

cd ~
ln -s ./Configurations/.tmux.conf .tmux.conf

NeoVim

init.vim file lives in ~/.config/nvim directory. Run ./nvim/install.sh to install configuration, colors and syntax files.

Then, open nvim and type :PlugInstall to install all NeoVim plugins.

Python auto-completion

Need to install deoplete + deoplete-jedi. It's better to have a dedicated venv for neovim. Then install:

(venv) $ pip install pynvim
(venv) $ pip install jedi
(venv) $ pip install neovim

And then adjust path to your neovim in .vimrc file.

About

Work fork of linux environments configurations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 94.0%
  • Shell 6.0%