/dotfiles

My Dotfiles

Primary LanguageVim ScriptMIT LicenseMIT

My dotfiles

  • Clone this repo (on your home for example ~/.dotfiles).
  • Make symbolics links of the configuration file you want.

Neovim

1 2 3

Installation

Test it with Docker

docker run --rm -it -v `pwd`:/src -v $HOME/.local/share/stsewd-nvim/plugged:/root/.local/share/nvim/plugged stsewd/neovim

Install the plugins

nvim +PlugInstall

Reopen Neovim and start coding.

To update the docker image just run docker pull stsewd/neovim

Configurations

Check config/nvim/init.vim for see all the plugins, settings and key-bindings, it's well documented.

Recommended tools