tienpm / nvim-config

My Neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-config

My Neovim configuration

Features

Requirements

  • Neovim 0.9.x
  • Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using)
  • Git >= 2.19.0 (for partial clones support)

Installation

Linux/Mac OS (Unix)

Make a backup of your current nvim and shared folder

mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak

Clone the repository

git clone --depth 1 https://github.com/tienpm/nvim-config ~/.config/nvim

Get Gemini API Key and export into terminal

GEMINI_API_KEY="<YOUR_GEMINI_API_KEY>"

Window

  • Not support yet

Author

Tien M. Pham - email: tienpmuit@gmail.com

Credits

About

My Neovim configuration

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Lua 100.0%