summaryrefslogtreecommitdiffstats
path: root/plugin/50-color.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(terminal): follow output by default, toggle with GThomas Vanbesien6 hours1-1/+3
| | | | | | | | Terminal buffers track their latest output by default: leaving terminal mode or the window, and re-entering the window, jumps to the bottom (G). Toggle per terminal with G in terminal mode or the :TerminalFollow command; an active follow shows as +T in the statusline.
* feat(git): replace vim-gitgutter with gitsigns.nvimThomas Vanbesien23 hours1-0/+9
| | | | | | | Swap the diff-sign plugin for gitsigns. Point lualine's diff component at gitsigns' status dict instead of letting it spawn its own git diff.
* refactor(nvim): restructure plugin configs, fix OSV launch portThomas Vanbesien5 days1-62/+52
| | | | | | | | | | | | - rewrite the file headers as block comments and regroup the autocompletion and dap files into Settings / Autocommands / Keymaps sections - fix `OSVLaunch`: `dap.configurations.lua.port` was nil (the field is a list), so the server ignored 8086; share an `OSV_PORT` constant between the launch call and the attach configuration - `.luarc.json`: list each plugin directory explicitly so lua_ls loads their type annotations - use `vim.fs.basename` instead of `vim.fn.fnamemodify(…, ":t")`
* feat(nvim): opt-in autoreload of buffers changed outside NeovimThomas Vanbesien5 days1-1/+2
|
* misc(nvim): don't show LSP hint by default, add command to toggleThomas Vanbesien6 days1-5/+8
|
* refactor(nvim): rewrite highlight (now color) pluginThomas Vanbesien6 days1-0/+237