Skip to content

maxwelbm/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim

My Config Neovim

Dependences

  • ripgrep, gopls, xclip, nodejs, npm

Install dependences:

# archlinux
sudo pacman -S git neovim ripgrep gopls xclip nodejs npm

# ubuntu
sudo apt-get install git neovim ripgrep gopls xclip nodejs npm

# fedora
sudo dnf install git neovim ripgrep gopls xclip nodejs npm

# macos
brew install git neovim ripgrep gopls xclip nodejs npm

Install configs - Linux / Macos / Windows

# install Linux / Macos
git clone https://github.com/maxwelbm/nvim ~/.config/nvim --depth 1 && nvim

# install Windows
git clone https://github.com/maxwelbm/nvim $HOME\AppData\Local\nvim --depth 1
nvim

Uninstall configs - Linux / Macos / Windows

# Linux / Macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

# Windows
rd -r ~\AppData\Local\nvim
rd -r ~\AppData\Local\nvim-data

For testing rune this code sh in your bash:

docker run -w /root -it --rm alpine:latest sh -uelic '
  apk add git nodejs neovim ripgrep build-base wget --update
  git clone https://github.com/maxwelbm/nvim ~/.config/nvim
  nvim
  '

License

This project is licensed under the terms of the MIT license.

About

My Config Neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages