Neovim config for the lazy https://lazyvim.github.io/
Find a file
2022-12-31 13:13:36 +01:00
lua feat(alpha): added lazy shortcut 2022-12-31 13:13:36 +01:00
.neoconf.json feat: initial commit 2022-12-30 17:30:52 +01:00
init.lua refactor: config.plugins -> plugins 2022-12-31 10:54:51 +01:00
lazy-lock.json chore: updated plugins 2022-12-31 11:17:54 +01:00
README.md docs: updated screenshot 2022-12-31 13:13:04 +01:00
stylua.toml feat: initial commit 2022-12-30 17:30:52 +01:00

LazyVim

A starter template for Neovim using lazy.nvim

image

Todo

  • documentation
  • treesitter auto-install seems broken. Switch to ensure_installed instead?
  • list all plugins in readme
  • test all-the-things

File Structure

~/.config/nvim
├── lua
│   ├── config
│   │   ├── autocmds.lua
│   │   ├── keymaps.lua
│   │   ├── lazy.lua
│   │   └── options.lua
│   └── plugins
│       ├── lsp
│       │   ├── format.lua
│       │   ├── init.lua
│       │   ├── keymaps.lua
│       │   └── servers.lua
│       ├── api.lua
│       ├── coding.lua
│       ├── colorscheme.lua
│       ├── editor.lua
│       ├── treesitter.lua
│       └── ui.lua
├── init.lua
├── lazy-lock.json
├── README.md
└── stylua.toml

Plugins