| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(nvim): make P() debug helper explicitly global | 37 hours | 1 | -1/+1 | |
| | | | | | | Use _G.P instead of implicit global function declaration to make the intent clear and satisfy linters. | ||||
| * | refactor(nvim): replace dofile() with require() for options | 37 hours | 1 | -1/+1 | |
| | | | | | | dofile() bypasses vim.loader cache. require() benefits from the byte-compiled module cache enabled on line 1. | ||||
| * | fix(nvim): remove duplicate vim.lsp.enable("just") | 37 hours | 1 | -2/+0 | |
| | | | | | Already called in lsp.lua config function alongside tblgen_lsp_server. | ||||
| * | Add a lot of changes | 2025-09-11 | 1 | -4/+24 | |
| | | |||||
| * | [nvim] Use the latest stable version of plugins | 2024-05-22 | 1 | -2/+2 | |
| | | |||||
| * | [nvim] Rewrite config motivated by nvim 0.10 | 2024-05-20 | 1 | -6/+6 | |
| | | |||||
| * | first commit | 2023-10-18 | 1 | -0/+26 | |
