Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.09 KB

This is nvimconfig, a Neovim configuration file that I use for my daily programming tasks. It is a work in progress and I am constantly updating it. I have tried to keep it as minimal as possible and have only included the plugins that I use on a daily basis. I have also tried to keep the configuration as simple as possible so that it is easy to understand and modify. I have included comments wherever necessary to explain what each line does. Feel free to use this configuration file as a starting point for your own Neovim configuration. If you have any suggestions or improvements, please feel free to open an issue or a pull request. I would love to hear your feedback. Happy coding!

Features

  • Unique plugin manager (fusion of shell script and lua)
  • Blazing fast
    • Advanced autocmd hacking
  • Well thought out keymaps
  • Out of the box
  • Made with lua
  • Minimal and scalable
  • Async plugin loading

Dependencies

Installation

  1. clone this repository and cd to it
  2. run $ ./syncplug.sh install
  3. run $ nvim