- File Explorer
- Beautiful Themes
- Integrated Terminal
- Fuzzy Finding, Find by Grep...
- Snippets, Auto-Complete, Formatting & more...
- Goto definitions, Auto imports, Code actions & more...
git
nodejs
fd
/ripgrep
curl
orwget
unzip
- GNU tar
tar
orgtar
gzip
- A C compiler
git clone https://github.com/m2x07/nvim-config $HOME/.config/nvim
Important
Run :checkhealth
after installing
- 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