Skip to content

Halicea/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This README does not reflect reality

Since i'm changing my config from time to time and dont have cycles to update this document for every change, SO THE SOURCE IS THE TRUTH.

Neovim config

After a long time resisting to re-write my config in Lua, before the end of this(2022) year, decided to do so.

Not yet fully done, but almost there. Happy new year.

Structure

keybindigs.lua

To me, it is important to have the bindings organized in a logical fashion, but also for them to be condensed into a single document.

So there is a single file that defines all the keybindings that are used. using this setup is also good for spotting duplicates.

plugins.lua

provides a packer invocation where all plugins and their configurations are being used.

I try not to add too much configuration so one file is sufficient.

Optionally before this function runs, there is ensure_packer.lua that installs packer if its missing.

theme.lua

sets the theme and some look and feel settings related to it, if it cannot find the theme then it should not crash

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages