aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/cfg/options.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat(nvim): add pumborder and winborder optionsLibravatar sommerfeld41 hours1-0/+3
| | | | | Enable popup menu border and set rounded borders for all floating windows globally (Neovim 0.12).
* feat(nvim): add nearest flag to completeoptLibravatar sommerfeld41 hours1-1/+1
| | | | Sorts native completion results by cursor proximity (Neovim 0.12).
* feat(nvim): enable messagesopt configurationLibravatar sommerfeld41 hours1-1/+1
| | | | Set wait:5000 and history:500 for message display behavior.
* refactor(nvim): remove indent-heuristic from diffoptLibravatar sommerfeld41 hours1-1/+0
| | | | Now included in Neovim 0.12 defaults along with inline:char.
* refactor(nvim): remove redundant termguicolors optionLibravatar sommerfeld41 hours1-2/+0
| | | | Default since Neovim 0.10, no longer needs to be set explicitly.
* Add a lot of changesLibravatar sommerfeld2025-09-111-24/+42
|
* [nvim] Remove legacy plugin disablingLibravatar sommerfeld2024-05-221-20/+0
| | | | lazy.nvim does it by default.
* [nvim] Rewrite config motivated by nvim 0.10Libravatar sommerfeld2024-05-201-14/+2
|
* [nvim] NFC: Format fileLibravatar sommerfeld2024-05-161-17/+17
|
* [nvim] Remove unused spell langsLibravatar sommerfeld2024-05-161-3/+0
|
* first commitLibravatar Arnold Sommerfeld2023-10-181-0/+124