Skip to content

jeanersten/onvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onvim

Forget the name, it's a small Neovim configuration built without any external plugins. Every tool, including floating terminal, file explorer, and picker, is implemented directly in Lua. Huge thanks to the Neovim developers for adding many powerful built-in features in recent versions.


Overview

screenshot

Each extension implementation can be seen under lua/module/, with each module implemented as a single file. I hope it is readable enough.


Installation

Prerequisites


Windows

  1. Clone this repo to Neovim config folder:

    git clone https://github.com/jeanersten/onvim %LOCALAPPDATA%\nvim
    
  2. Launch Neovim:

    nvim
    

Linux & MacOS

  1. Clone this repo to Neovim config folder:

    git clone https://github.com/jeanersten/onvim ~/.config/nvim
    
  2. Launch Neovim:

    nvim
    

About

A Neovim configuration without external plugins.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages