soejun / nvim

Pure Lua based NeoVim configuration for my work as a full-stack engineer using React, Python, and Golang.
MIT License
3 stars 0 forks source link

Refactor lazy plugin structure into a multiple file structure #1

Open soejun opened 1 week ago

soejun commented 1 week ago

Current plugin structure utilizing lazy.nvim utilizes a monolithic structure. Break out lua/plugins/init.lua into a multiple file structure.

soejun commented 6 days ago

It has not gone well.