Skip to content

Johan-Palacios/nvim

Repository files navigation

Johan Logo

Neovim Config

Last commit Stargazers Issues Contributors Repo Size License

Neovim Configuration for Windows Subsystem Linux (WSL)

ShowCase

image image image image


English 🇺🇸

Starting 🚀

  • Autocomplete with LSP
  • Preconfigured Neovim

Plugins

Requirements

  • Neovim >= 0.8

Instalation 🔧

Linux/Macos 🐧

git clone https://github.com/Johan-Palacios/nvim ~/.config/nvim --depth 1 && nvim

Docker 🐋

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/Johan-Palacios/nvim ~/.config/nvim
  nvim
  '

Autor ✒️