Skip to content

1XC1XC/NvChad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NvChad Custom Configuration

This repository contains a custom configuration for NvChad, a highly customizable and fast Neovim fork.

Custom Plugins

Custom Keybindings

Mode Keybinding Description
N & T <A-m> Toggle floating terminal
Normal <A-e> Toggle Illuminate Plugin
Normal <leader>tw Toggle Twilight Plugin
Normal <leader>md Toggle Markdown Preview (Issues)
Normal <leader>fm Format files and remove carriage returns
Normal <leader>df Open diagnostic float
Normal <leader>lw Toggle line wrapping
Normal <leader>rcs Clear specific register
Normal <leader>rcC Clear all registers
Insert jk Quick exit insert mode
Insert <A-d> Go to end of line

For a detailed list of keybindings and their corresponding Lua functions, please refer to the lua/mappings.lua file.

Credits

  • Vim for laying the foundation of modal text editing, pioneering an editor that has withstood the test of time and remains a core influence in the world of development.
  • Neovim for modernizing Vim’s architecture, bringing new extensibility and performance improvements while staying true to its roots, allowing developers to build upon a time-tested tool with fresh capabilities.
  • NvChad for pushing the boundaries further by offering a sleek, fast, and customizable Neovim configuration tailored for developers who want efficiency and elegance in their workflow.