| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- synmaxcol=500: irrelevant with treesitter handling all highlighting
- showmatch=true: redundant with blink.pairs, causes annoying cursor jump
- cmdheight=2: conflicts with auto-cmdheight.nvim which manages it dynamically
|
| |
|
|
|
| |
Replace vim.o.mouse with opt.mouse to match the alias defined at
the top of the file. Remove extra blank line at EOF.
|
| |
|
|
|
| |
vim.wo sets window-local options that only affect the first window.
vim.o sets the global default that applies to all new windows.
|
| |
|
|
|
| |
The pattern "f:%l:%c:%m" was missing the % sigil before f,
causing :grep results to fail parsing file names.
|
| |
|
|
|
| |
Enable popup menu border and set rounded borders for all floating
windows globally (Neovim 0.12).
|
| |
|
|
| |
Sorts native completion results by cursor proximity (Neovim 0.12).
|
| |
|
|
| |
Set wait:5000 and history:500 for message display behavior.
|
| |
|
|
| |
Now included in Neovim 0.12 defaults along with inline:char.
|
| |
|
|
| |
Default since Neovim 0.10, no longer needs to be set explicitly.
|
| | |
|
| |
|
|
| |
lazy.nvim does it by default.
|
| | |
|
| | |
|
| | |
|
| |
|