overduse / nvim-config

personal neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neovim config V2.0

New Feature

What's new

  • More Lazy-like config file structure.
  • More elegent plugins management.
  • Easier to Maintain config.

Requirements

Installation

# for Linux/Unix user
git clone https://github.com/overduse/nvim-config.git ~/.config/ # github cli is also useable
cd ~/.config/
mv ./nvim-config ./nvim
nvim

files structure

tree .
.
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
    ├── config
    │   ├── base.lua
    │   └── keymaps.lua
    ├── lazy_nvim.lua
    └── plugins
        ├── alpha.lua
        ├── cmp.lua
        ├── lsp.lua
        ├── scheme.lua
        ├── telescope.lua
        ├── treesitter.lua
        ├── ui.lua
        └── utils.lua

3 directories, 14 files

About

personal neovim config


Languages

Language:Lua 100.0%