2025 Miscellaneous changes#
Any set of changes which don’t need their own dedicated page go here.
2025-03-24#
Updated all plugins
Fixed all breaks in the plugin APIs
Set linelength for
styluato96to see mostvim.keymap.set()calls on a single line.Moved plugin spec from
lua/plugins/spec/<filename>.luatolua/plugins/<filename>.luaMoved some spec inside folders as
lua/plugins/<folder>/init.luaDid this for LSP config by moving
lua/plugins/spec/lsp.luatolua/plugins/lsp/init.lua.Moved config for
lspfromlua/plugins/config/lsp/to here, moving alllua/plugins/config/lsp/init.luacode insidelua/plugins/lsp/init.lua.
TODO#
Move configs for
neorg,snippets,telescopeandtreesitterfromlua/plugins/configto the corresponding location atlua/plugins/<folder>.Profiles: see TODOs in
lua/plugins/lsp/init.lua