No description
Find a file
2024-07-25 19:18:34 +02:00
lua show hidden files in neo-tree 2024-07-25 19:18:34 +02:00
.neoconf.json initial commit 2023-08-03 04:33:27 +02:00
init.lua initial commit 2023-08-03 04:33:27 +02:00
lazy-lock.json show hidden files in neo-tree 2024-07-25 19:18:34 +02:00
lazyvim.json show hidden files in neo-tree 2024-07-25 19:18:34 +02:00
LICENSE initial commit 2023-08-03 04:33:27 +02:00
README.md update README.md 2023-08-05 12:18:07 +02:00
stylua.toml initial commit 2023-08-03 04:33:27 +02:00

💤 LazyVim

My Neovim config based on LazyVim. Refer to the documentation for more.

Installation:

Make a backup of your current Neovim files:

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

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

Clone the starter

git clone https://github.com/LazyVim/starter ~/.config/nvim

Remove the .git folder, so we can install this repository.

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

Start Neovim once.

nvim

Clone this repository to the nvim config directory.

git clone ssh://git@git.gotek.one:2222/gotek/nvim-lazy.git ~/.config/nvim