Skip to content

anchietajunior/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot files 📜

Configuring Neovim

touch ~/.config/nvim/init.vim
# paste content of vim/init.vim

Install VimPlug

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
nvim ~/.config/nvim/init.vim

Plugins

:PlugInstall to install plugins and :PlugClean to clean Plugins.

Clone or download vim files

Download files inside noevim files to:

cd ~/.config/nvim/

Run PlugInstall again.

Neovim Commands

Vim Commentary

gc + ➡️ ⬅️ ⬆️ ⬇️

Git usefull commands

Join staged files with the last commit

git add .
git commit --amend --no-edit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published