summaryrefslogtreecommitdiffstats
path: root/.config/nvim/plugin/50-lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* misc(nvim): reformat lua files to 100 char line widthThomas Vanbesien7 days1-2/+8
|
* misc(nvim): add python development environmentThomas Vanbesien10 days1-0/+7
|
* refactor(nvim): remove dead codeThomas Vanbesien2026-06-021-11/+0
|
* refactor(nvim): group vim.pack.add() callsThomas Vanbesien2026-05-291-2/+0
| | | | | This is to avoid getting many prompts when launching nvim and installing the packages initially.
* Revert "fix(nvim): correct popup rendering for bullets and LSP docs"Thomas Vanbesien2026-05-221-19/+0
| | | | This reverts commit 601bdd23a87c71dac8e4c59474c5915db676190f.
* fix: root Claude Code lua_ls at ~/.config/nvimThomas Vanbesien2026-05-191-0/+1
| | | | | | | | | | | | | | - lua-lsp rooted lua_ls at $HOME: ignored .luarc.json, flooded 'Undefined global vim', no IntelliSense on the nvim config. - New local marketplace/plugin lua-lsp-local@local-lsp: .lsp.json sets workspaceFolder=~/.config/nvim, Neovim runtime as workspace.library, diagnostics.libraryFiles=Disable. - Disable official lua-lsp (enabledPlugins) so one server owns .lua. - Verified by probe: rootUri now file:///home/tvanbesi/.config/nvim, flood gone. - Annotate the intentional open_floating_preview monkey-patch (clears the now-correct duplicate-set-field). - README: validate/add/install/disable repro + plugin-update workflow.
* fix(nvim): correct popup rendering for bullets and LSP docsThomas Vanbesien2026-05-191-0/+18
| | | | | | | RenderMarkdownBullet now uses fg only (no bg) so list bullets adopt the window background instead of painting Normal's bg as a mismatched box in popups. open_floating_preview is wrapped to widen hover/signature docs to the 120-col line-length convention so long signatures wrap less.
* misc: fix comments and typosThomas Vanbesien2026-05-181-1/+1
|
* feat: initial setupThomas Vanbesien2026-05-061-0/+90
- `dotfiles` (this project's CLI) - foot configuration - tmux configuration - bash configuration - nvim (as a git submodule) + configuration - ranger configuration - fzf configuration - KDE global shortcuts - Other miscellaneous dependencies