ozzyozbourne / NvimConf

My Current NeoVim Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Current NeoVim Configuration

This is my personal NeoVim configuration, utilizing the Lazy plugin manager for easy and efficient plugin management.

Installation

  1. Make sure NeoVim is installed on your system.

  2. Clone this repository to your NeoVim configuration directory. This is usually located at ~/.config/nvim on Unix-like systems.

    git clone https://github.com/ozzyozbourne/NvimConf.git ~/.config/nvim
  3. Open NeoVim:

    nvim
  4. Install plugins using Lazy by running the following command inside NeoVim:

    :LazyInstall

    Lazy will automatically fetch and install the plugins specified in your configuration.

Key Features

  • Lazy Plugin Manager: Efficiently manage your plugins with Lazy, a lightweight plugin manager for NeoVim.

  • Customized Settings: Tailor the configuration to fit your workflow. Feel free to explore and modify the settings in init.vim based on your preferences.

  • Easy Plugin Updates: Keep your plugins up-to-date by running :LazyUpdate within NeoVim.

Plugins Included

Additional Customization

Feel free to explore and customize the configuration further. You can add or remove plugins, tweak key mappings, or adjust settings according to your needs.

Contributing

If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Contributions are welcome!

Happy coding!

About

My Current NeoVim Config


Languages

Language:Lua 100.0%