Skip to content

shutouyusei/NvimLazy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim Configuration

Neovim Lua LazyVim

My personal Neovim setup based on LazyVim, customized for robotics research and daily development.

Features

  • LazyVim as the base configuration for fast startup and plugin management
  • LSP support via mason.nvim and nvim-lspconfig
  • Treesitter for syntax highlighting and code understanding
  • LaTeX editing support for writing papers
  • Smooth scrolling with neoscroll
  • Code folding with nvim-ufo
  • Diagnostics with trouble.nvim
  • Custom keymaps and options tailored to my workflow

Structure

.
├── init.lua                  # Entry point
├── lua/
│   ├── config/
│   │   ├── autocmds.lua      # Auto commands
│   │   ├── keymaps.lua       # Key bindings
│   │   ├── lazy.lua          # Plugin manager setup
│   │   └── options.lua       # Editor options
│   └── plugins/
│       ├── ColorScheme.lua   # Color scheme config
│       ├── latex.lua         # LaTeX support
│       ├── lualine.lua       # Status line
│       ├── mason.lua         # LSP installer
│       ├── neoscroll.lua     # Smooth scrolling
│       ├── nvim-lspconfig.lua # LSP configuration
│       ├── nvim-treesitter.lua # Syntax highlighting
│       ├── nvim-ufo.lua      # Code folding
│       └── trouble.lua       # Diagnostics viewer
├── .wezterm.lua              # WezTerm terminal config
└── stylua.toml               # Lua formatter config

Requirements

Installation

# Backup existing config
mv ~/.config/nvim ~/.config/nvim.bak

# Clone this repository
git clone https://github.com/shutouyusei/NvimLazy.git ~/.config/nvim

# Launch Neovim (plugins will be installed automatically)
nvim

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages