Skip to content

bertyuan/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim config folder with lazy.nvim

structure

.
├── init.lua -- calling config & core
├── lazy-lock.json
└── lua
    ├── config
    │   └── lazy.lua -- original settings of lazy.nvim & calling plugins
    ├── core
    │   ├── defaults.lua -- basic vim settings
    │   └── keymaps.lua -- vim keymaps
    └── plugins
        ├── plugin01.lua
        ├── plugin02.lua
        ├── plugin03.lua
        ├── ...

About

my neovim config folder with lazy.nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages