Skip to content

zhaohongxuan/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A lightweight and mordern neovim configuration for my personal usage.

image

Requirements

  • Neovim >= 0.8.0 (needs to be built with LuaJIT)
  • Git >= 2.19.0 (for partial clones support)
  • Nerd Font (for statusline or file explorer plugins icons)

Install

 git clone https://github.com/zhaohongxuan/nvim ~/.config/nvim --depth 1

Structure

~/.config/nvim (main*) » tree                                                                                                                                                     xuan@xuans
.
├── README.md
├── init.lua
├── lazy-lock.json
└── lua
    ├── core
    │   ├── autocmds.lua
    │   ├── keymaps.lua
    │   └── options.lua
    └── plugins
        ├── configs
        │   ├── alpha-nvim.lua
        │   ├── autopairs.lua
        │   ├── bufferline.lua
        │   ├── catppuccin.lua
        │   ├── cmp.lua
        │   ├── comment.lua
        │   ├── gitsigns.lua
        │   ├── hop.lua
        │   ├── lsp.lua
        │   ├── lualine.lua
        │   ├── nvim-tree.lua
        │   ├── telescope.lua
        │   └── treesitter.lua
        └── init.lua

5 directories, 20 files
  • the init.lua is the entrance of the nvim configuration
  • the plugins-setup.lua contains all plugins init
  • the keymaps.lua contains all keymap

Features

Keymaps

TBD

Screenshots

  • Performance
image - Usage image

About

A lightweight and mordern neovim configuration for my personal usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages