Tags: alexaandru/nvim-config
Tags
Some more refactoring: - dropped unused/no longer necessary plugins (nvim-notify, lightbulb, nui.nvim); - replaced dressing with my custom, stripped down, Fennel version of it; - replaced package info, with my bare bones Fennel version of it; - broken the old "monolithic" setup into plugins: -- dropped the config/init.fnl proxy in favor of: 1) requiring directly where needed or 2) including smaller libs where they are actually used; -- dropped misc.fnl and moved the code to where it was actually used (commands, plugins, etc.); -- signs moved to an after/plugin; -- start.fnl moved to plugin/init.fnl; -- go and fennel functionality moved in plugins of their own; -- trim commands moved to a plugin; - removed no longer necessary hacks/settings: -- gomod is now auto-detected; -- tagsfunc and omnifunc are now set by default; - gopls was updated to expose the latest features, even though nvim is not yet ready for them (inlay hints); - added a script to benchmark startuptime.
PreviousNext