Tarbolin69 / nvim

My neovim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Nvim Configuration

This is the neovim config I use daily for coding or general writing. It works on st, so I'm pretty sure it'll work on any terminal.

When adding new plugins, you should first source packer.lua before running PackerSync.

Plugins:

I use packer to manage my plugins. I could move to lazy, yes, but I find the startup time improvement to not be worth the hassle of having to migrate and reconfigure my whole system.

Install

mv ~/.config/nvim/ ~/.config/nvim.bak
git clone https://github.com/Tarbolin69/nvim.git ~/.config/nvim

About

My neovim configuration


Languages

Language:Lua 100.0%