Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

linusboehm/neovim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config based on LazyVim

Features

  • differences to LazyVim:
    • some extra plugins under ./lua/plugins/
    • minor changes in keymappings and such

Requirements

Getting Started

Try it with Docker
docker run -w /root -it --rm alpine:edge sh -uelic '
  apk add git lazygit neovim ripgrep alpine-sdk --update
  git clone https://github.com/linusboehm/starter ~/.config/nvim
  cd ~/.config/nvim
  nvim
Install the LazyVim Starter
  • Make a backup of your current Neovim files:

    mv ~/.config/nvim ~/.config/nvim.bak
    mv ~/.local/share/nvim ~/.local/share/nvim.bak
  • Clone the starter

      mkdir ~/.config
      cd ~/.config
      git clone git@github.com:linusboehm/neovim.git nvim
  • Remove the .git folder, so you can add it to your own repo later

    rm -rf ~/.config/nvim/.git
  • Start Neovim!

    nvim

About

Neovim config for the lazy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%