aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/plugins/lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: move LspAttach handler from autocmds.lua to plugins/lsp.luaLibravatar sommerfeld42 hours1-0/+138
| | | | | | The 120-line LspAttach handler (fzf-lua navigation, document highlighting, codelens, inlay hints) belongs with the LSP plugin configuration, not in generic autocmds. This puts all LSP behavior in one file.
* refactor: flatten custom/plugins/ to plugins/Libravatar sommerfeld42 hours1-0/+207
Rename lua/custom/plugins/ to lua/plugins/ following the standard lazy.nvim convention. The extra custom/ nesting added no value. Update import path in init.lua accordingly.