Dityaren / nvim-OLD

My Personal Neovim configuration setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated Neovim Configuration

This Neovim configuration repository is deprecated. For an enhanced and more feature-rich Neovim experience, please check out my new configuration:

Personal Neovim Configuration

Neovim Dotfiles Configuration (Lua-based)

This repository contains my personal Neovim configuration.

About

These dotfiles are tailored to my preferences and workflow in Neovim, utilizing Lua scripting for configuration. The setup includes various plugins, key mappings, color schemes, and settings that enhance my productivity and coding experience.

Installation

To use these configuration files:

  1. Clone this repository into your local environment:

    git clone https://github.com/your-username/neovim-dotfiles.git ~/.config/nvim
    
  2. Open Neovim

Usage

Feel free to explore and modify these Lua configuration files (init.lua or others) according to your preferences. To update the plugins or settings, edit the Lua files located in ~/.config/nvim/.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

My Personal Neovim configuration setup

License:MIT License


Languages

Language:Lua 99.7%Language:Scheme 0.3%