Skip to content

nekonhub/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim

Neovim config files in lua without the clunky use of a "UserName" folder. Feels more readable and the structure is simpler. No random init.lua files or init.lua files that do nothing.

Others may prefer the UserName folder, not judging, but this is what works for me.

NOTE the "." before "lazy" in my init.lua which will look inside the lua folder

require(".lazy")

This finds and loads /lua/lazy.lua .

My Neovim is not an IDE, but takes the parts of an IDE that feel useful to me. Most plugins are pretty close to default in setup.

Kudos to @cosmicboots for unicode_picker.nvim which gives me "CTRL U" to find that elusive "°C" which will never stick in my head, ever.

About

Neovim config files in lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages