Go to file
Raphael Martin 0cf6664ccb README.md aktualisiert
append install instructions
2024-04-03 15:18:57 +02:00
lua init commit 2024-04-03 07:57:24 +02:00
.gitignore init commit 2024-04-03 07:57:24 +02:00
.neoconf.json init commit 2024-04-03 07:58:00 +02:00
init.lua init commit 2024-04-03 07:57:24 +02:00
lazy-lock.json init commit 2024-04-03 07:57:24 +02:00
lazyvim.json init commit 2024-04-03 07:57:24 +02:00
LICENSE init commit 2024-04-03 07:57:24 +02:00
README.md README.md aktualisiert 2024-04-03 15:18:57 +02:00
stylua.toml init commit 2024-04-03 07:57:24 +02:00

My LazyVim Tamplate

The "source" teamplet and realy nice base template ( THX a lot ) LazyVim. Refer to the documentation to get started.

reaquires

  • Neovim >= 0.9.2
  • Git >= 2.19.0
  • a Nerd Font (optional)
  • a C compiler (gcc)
  • ripgrep
  • fd

quickstart

## Debian && Ubuntu
    apt install gcc git neovim

check your neovim and git versions

    nvim -v && git -v

if not look here https://github.com/neovim/neovim/blob/master/INSTALL.md

get started

    # required
    mv ~/.config/nvim{,.bak}

    # optional but recommended
    mv ~/.local/share/nvim{,.bak}
    mv ~/.local/state/nvim{,.bak}
    mv ~/.cache/nvim{,.bak}

Clone the lazyvim template

    git clone https://git.altogether.at/rama/lazyvim ~/.config/nvim

Remove the .git folder, so you can add it to your own repo later

rm -rf ~/.config/nvim/.git

Start Neovim!

nvim

Refer to the comments in the files on how to customize LazyVim.