2022-12-31 00:20:29 +01:00
2022-12-30 23:37:29 +01:00
2022-12-30 17:30:52 +01:00
2022-12-30 18:56:34 +01:00
2022-12-30 23:59:24 +01:00
2022-12-31 00:20:29 +01:00
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

S
Description
No description provided
Readme Apache-2.0
7.5 MiB
0 Stars 1 Watchers 0 Forks
Languages
Lua 99.9%