Expérimentations avec LazyVim https://www.lazyvim.org/
Go to file
Michel 4dbaa91902 feat(UI): always show buffferline 2024-01-02 10:39:33 +01:00
lua feat(UI): always show buffferline 2024-01-02 10:39:33 +01:00
.envrc chore: upgrade asdf 2023-09-01 16:22:04 +02:00
.gitignore feat(node): provide node through ASDF 2023-09-01 20:44:46 +02:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
.tool-versions feat(nodejs): update to 20.8.1 2023-10-17 13:47:23 +02:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md feat(indent): use indent-o-matic 2023-11-09 11:26:21 +01:00
init.lua feat(nodejs): update to 20.8.1 2023-10-17 13:47:23 +02:00
lazy-lock.json feat: lazy-lock update 2024-01-02 10:39:10 +01:00
lazyvim.json feat(LazyVim): use Extra to enable clangd 2023-10-16 19:13:15 +02:00
package-lock.json feat(node): provide node through ASDF 2023-09-01 20:44:46 +02:00
package.json feat(node): provide node through ASDF 2023-09-01 20:44:46 +02:00
requirements.txt feat(pip): requires neovim-remote 2023-04-07 10:51:21 +02:00
stylua.toml feat: initial commit 2023-01-07 10:20:36 +01:00

README.md

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

📦 Plugins

vim-illuminate

M-p / M-n

🛠️ Installation

TL;DR

git clone https://forge.chapril.org/michel_ouba/LazyVim.git ~/.config/nvim

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}