Skip to content

m2x07/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot1

My Neovim Configuration

neovim free blink love

✨ Features

  • File Explorer
  • Beautiful Themes
  • Integrated Terminal
  • Fuzzy Finding, Find by Grep...
  • Snippets, Auto-Complete, Formatting & more...
  • Goto definitions, Auto imports, Code actions & more...

⚡ Dependencies (Unix systems)

  • git
  • nodejs
  • fd/ripgrep
  • curl or wget
  • unzip
  • GNU tar tar or gtar
  • gzip
  • A C compiler

🚀 Install

git clone https://github.com/m2x07/nvim-config $HOME/.config/nvim

Important

Run :checkhealth after installing

⚙️ Configuration

  • Each plugin's spec lives in its own file under lua/m2x07/plugins, which is our plugin directory.
  • Use ftplugin/ for filetype specific configurations.
  • To add a new plugin, create a new file inside the plugin dir by the name <your_plugin>.lua.
  • If the plugin requires very minimal or no config, you can put it inside of extra.lua file keep the directory structure clean.

Feel free to open a PR for anything

About

My personal neovim setup for programming

Resources

Stars

Watchers

Forks

Languages