10000 GitHub - mtdxwb/nvim: mtdxwb's nvim-config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mtdxwb/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtdxwb'snvimrc


开始使用

  1. 将旧配置重命名(备份)

    mv ~/.config/nvim ~/.config/nvim.old
    
  2. 将项目clone至 ~/.config/nvim 目录中(注意备份好自己的配置)

    cd ~/.config
    git clone https://github.com/mtdxwb/nvim
    
  3. 启动nvim,等待插件安装好(插件管理器: lazy.nvim)

  4. 开始自己使用吧!!!

目录结构

.
├── .luarc.json                     => lua对nvimapi的支持
├── init.lua                        => 配置入口文件
├── README.md                       => REMADME
└── lua                             => lua目录(配置目录)
    ├── core                        => 核心配置目录
    │   ├── defaults.lua            => vim基础配置文件
    │   ├── keymaps.lua             => 键位映射配置文件
    │   └── lazy.lua                => lazy插件管理配置文件
    └── plugins                     => 插件目录
        ├── configs                 => 特定插件配置目录
        │   └── ...(other files)
        └── ...(other files)

插件列表

  • yazi.nvim("lua/plugins/yazi.lua")
  • catppuccin.nvim("lua/plugins/theme.lua")

About

mtdxwb's nvim-config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0