Neovim config for the lazy https://lazyvim.github.io/
Find a file
2022-12-31 00:42:17 +01:00
lua/user style(alpha): better colors 2022-12-30 23:37:29 +01:00
.neoconf.json feat: initial commit 2022-12-30 17:30:52 +01:00
init.lua refactor: mappings => keymaps 2022-12-30 18:56:34 +01:00
lazy-lock.json docs: added plugins list 2022-12-30 23:59:24 +01:00
README.md docs: updated screenshot 2022-12-31 00:42:17 +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
│  └──  user
│     ├──  plugins
│     │  ├──  lsp
│     │  │  ├──  format.lua
│     │  │  ├──  init.lua
│     │  │  ├──  keymaps.lua
│     │  │  └──  servers.lua
│     │  ├──  api.lua
│     │  ├──  coding.lua
│     │  ├──  colorscheme.lua
│     │  ├──  editor.lua
│     │  ├──  treesitter.lua
│     │  └──  ui.lua
│     ├──  autocmds.lua
│     ├──  keymaps.lua
│     ├──  lazy.lua
│     └──  options.lua
├──  init.lua
├──  lazy-lock.json
├──  README.md
└──  stylua.toml

Plugins