index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
lua
/
vim
/
_defaults.lua
Commit message (
Expand
)
Author
Age
*
fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)
Jerry
2024-06-15
*
fix(terminal): set local values of window options (#29326)
zeertzjq
2024-06-14
*
refactor(terminal): move :terminal defaults to _defaults.lua
Gregory Anders
2024-06-12
*
fix(tui): move $COLORTERM check to _defaults.lua (#29197)
Gregory Anders
2024-06-05
*
feat: add "jump" options to vim.diagnostic.config() (#29067)
Gregory Anders
2024-05-28
*
feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)
Gregory Anders
2024-05-28
*
feat(defaults): add LSP default mappings (again) (#28650)
Gregory Anders
2024-05-24
*
fix: show swapfile warning as a warning (#28971)
Gregory Anders
2024-05-24
*
feat: allow gx to function for markdown links
dundargoc
2024-05-24
*
revert: default LSP mappings (#28649)
Gregory Anders
2024-05-06
*
fix(defaults): diagnostic mappings descriptions #28646
Evgeni Chasnovski
2024-05-05
*
fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612
Justin M. Keyes
2024-05-03
*
docs: misc #24163
Justin M. Keyes
2024-04-30
*
feat(defaults): visual CTRL-R for LSP mappings #28537
Justin M. Keyes
2024-04-28
*
feat(defaults): improve :grep defaults #28545
Luna Saphie Mittelbach
2024-04-28
*
fix(diagnostic): get border from config (#28531)
glepnir
2024-04-28
*
feat(diagnostic): add default mappings for diagnostics (#16230)
Gregory Anders
2024-04-26
*
feat(lsp): add more LSP defaults (#28500)
Gregory Anders
2024-04-26
*
fix: lua annotations
Lewis Russell
2024-04-26
*
fix(vim.ui)!: change open() to return pcall-like values #28502
Justin M. Keyes
2024-04-25
*
feat(defaults): use ripgrep (rg) for 'grepprg' if available
Luna Saphie Mittelbach
2024-04-16
*
fix(vim.ui): open() may wait indefinitely #28325
Justin M. Keyes
2024-04-15
*
fix(defaults): only repeat macro for each selected line if linewise (#28289)
zeertzjq
2024-04-15
*
fix(defaults): auto-close terminal for &shell with args (#28276)
Jaehwang Jung
2024-04-13
*
test: macros in Visual mode without default mappings (#28288)
zeertzjq
2024-04-12
*
feat(comment): add built-in commenting
Evgeni Chasnovski
2024-04-05
*
feat(defaults): add :Inspect to right-click menu (#28181)
zeertzjq
2024-04-05
*
feat(tui): query extended underline support using DECRQSS (#28052)
zeertzjq
2024-03-28
*
refactor(defaults): use getregion() for Visual mode gx (#27663)
zeertzjq
2024-02-29
*
vim-patch:9.1.0142: getregion() can be improved (#27662)
zeertzjq
2024-02-29
*
fix(defaults): validate 'channel' before responding to OSC request (#27594)
Gregory Anders
2024-02-26
*
refactor(defaults): use getregion() for default * and # mappings
zeertzjq
2024-02-23
*
fix(defaults): make terminal autoclose not block other events (#27581)
Evgeni Chasnovski
2024-02-22
*
fix(defaults): remove tmux background detection passthrough (#27571)
zeertzjq
2024-02-22
*
feat(terminal): respond to OSC background and foreground request (#17197)
Daniel Steinberg
2024-01-15
*
fix(defaults): use augroup for default autocommands (#26933)
Gregory Anders
2024-01-06
*
docs: small fixes (#26651)
dundargoc
2023-12-28
*
feat(defaults): map Q and @x to repeat in Visual mode (#26495)
Nacho Nieva
2023-12-27
*
refactor(defaults): always set options, even if value hasn't changed (#26595)
Gregory Anders
2023-12-15
*
refactor(defaults): defer setting 'termguicolors' until after VimEnter
Gregory Anders
2023-12-14
*
docs: add comment for OSC 11 tmux passthrough (#26566)
Gregory Anders
2023-12-14
*
fix(defaults): background detection in tmux (#26557)
Jaehwang Jung
2023-12-14
*
feat(defaults): enable 'termguicolors' by default when supported by terminal
Gregory Anders
2023-12-06
*
fix: use BEL to terminate OSC 11 request (#26335)
Gregory Anders
2023-11-30
*
fix(defaults): wait until VimEnter to set background (#26284)
Gregory Anders
2023-11-29
*
refactor: use optional base argument of tonumber (#26070)
Gregory Anders
2023-11-16
*
fix: only attempt to close timer if not already closing (#26047)
Gregory Anders
2023-11-14
*
refactor: move background color detection into Lua
Gregory Anders
2023-11-13
*
refactor: move defaults into separate module (#25929)
Gregory Anders
2023-11-08