aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_defaults.lua
Commit message (Expand)AuthorAge
* docs: miscdundargoc2025-01-30
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal2025-01-09
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(defaults): disable 'foldcolumn' in terminal buffers (#31480)Micah Halter2024-12-06
* fix(defaults): don't replace keycodes in Visual search mappings (#31460)zeertzjq2024-12-05
* defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders2024-12-04
* feat(tui): update 'background' on theme change events (#31350)Gregory Anders2024-11-26
* fix(defaults): omit empty line from unimpaired mapping messages (#31347)Marcus Caisey2024-11-25
* feat(defaults): dot-repeat [<Space> #31186Peter Aronoff2024-11-17
* feat(default): bind `vim.lsp.buf.signature_help` in select mode (#31223)Yi Ming2024-11-15
* feat(defaults): unimpaired empty line below/above cursor #30984Yochem van Rosmalen2024-11-04
* fix(defaults): omit extraneous info from unimpaired mapping errors (#30983)Gregory Anders2024-10-29
* feat(defaults): map gO to LSP document_symbol #30781Nikita Revenco2024-10-28
* fix(defaults): missing ]Q/[Q unimpaired mappings #30943Maria José Solano2024-10-25
* fix(defaults): error messages UX for unimpaired mappings #30884Maria José Solano2024-10-23
* feat(defaults): map gri to vim.lsp.buf.implementation() (#30764)Gregory Anders2024-10-11
* fix(defaults): use "range" instead of "count" for some mappings (#30642)Gregory Anders2024-10-04
* fix(defaults): properly pass count to quickfix commands (#30632)zeertzjq2024-10-03
* feat(defaults): add default unimpaired style mappings (#28525)Gregory Anders2024-10-01
* fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung2024-09-14
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders2024-08-31
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* feat: add "jump" options to vim.diagnostic.config() (#29067)Gregory Anders2024-05-28
* feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders2024-05-28
* feat(defaults): add LSP default mappings (again) (#28650)Gregory Anders2024-05-24
* fix: show swapfile warning as a warning (#28971)Gregory Anders2024-05-24
* feat: allow gx to function for markdown linksdundargoc2024-05-24
* revert: default LSP mappings (#28649)Gregory Anders2024-05-06
* fix(defaults): diagnostic mappings descriptions #28646Evgeni Chasnovski2024-05-05
* fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes2024-05-03
* docs: misc #24163Justin M. Keyes2024-04-30
* feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes2024-04-28
* feat(defaults): improve :grep defaults #28545Luna Saphie Mittelbach2024-04-28
* fix(diagnostic): get border from config (#28531)glepnir2024-04-28
* feat(diagnostic): add default mappings for diagnostics (#16230)Gregory Anders2024-04-26
* feat(lsp): add more LSP defaults (#28500)Gregory Anders2024-04-26
* fix: lua annotationsLewis Russell2024-04-26
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* feat(defaults): use ripgrep (rg) for 'grepprg' if availableLuna Saphie Mittelbach2024-04-16
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* fix(defaults): auto-close terminal for &shell with args (#28276)Jaehwang Jung2024-04-13
* test: macros in Visual mode without default mappings (#28288)zeertzjq2024-04-12
* feat(comment): add built-in commentingEvgeni Chasnovski2024-04-05
* feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq2024-04-05