Skip to content

Some of configuration for vim, tmux, coc, i3-wm, ....

Notifications You must be signed in to change notification settings

greatMonster11/dotfiles

Repository files navigation

My dotfiles configuration for my workspace babe ....

This would be updated regularly :)

Drag-and-drop Configuration (Nvim 5.x and above)

To use this configuration for your own personal use (recommended):

  1. Install neovim latest using the instructions at https://github.com/neovim/neovim

  2. Install ripgrep latest using the instructions at https://github.com/BurntSushi/ripgrep

  3. Install vim-plug (required for plugins management) using the instructions at https://github.com/junegunn/vim-plug

  4. Copy init.vim to the local Neovim config path:

NOTE: The default Neovim config path is used below but may vary depending on installation method.

mkdir -p ~/.config/nvim/
cp init.vim ~/.config/nvim/init.vim
  1. Install plugins for Neovim using headless operation:
nvim --headless +PlugInstall +qa

This last step can also be achieved using :PlugInstall after opening Neovim - however it will require a restart for them to properly load.

Reference

ThePrimeagen

TJ Devries

About

Some of configuration for vim, tmux, coc, i3-wm, ....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published