Expérimentations avec LazyVim https://www.lazyvim.org/
Go to file
Michel 9a1402fb94 feat(lualine): show root_dir in dark yellow 2023-10-16 19:48:25 +02:00
lua feat(lualine): show root_dir in dark yellow 2023-10-16 19:48:25 +02: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(node): provide node through ASDF 2023-09-01 20:44:46 +02:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md doc: update ReadMe with installation commands 2023-10-11 15:42:01 +02:00
init.lua fix: use _separator_ between paths 2023-09-05 15:09:47 +02:00
lazy-lock.json feat(lua): add luapad plugin 2023-10-16 19:47:51 +02: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.

🛠️ 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}