diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:56:15 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 17:26:25 +0200 |
| commit | 3ae3bee8237a9a484d0474a915679ddfe705a980 (patch) | |
| tree | f80a29bb568e3c2dd530d0d59d180bcefca43017 /init.lua | |
| parent | eea25b938fe547d1cd1940ea4d78ee8614ebd0fa (diff) | |
| download | nvim-config-3ae3bee8237a9a484d0474a915679ddfe705a980.tar.gz nvim-config-3ae3bee8237a9a484d0474a915679ddfe705a980.zip | |
docs(nvim): comment
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ end) vim.opt.shell = "/usr/bin/bash" vim.opt.foldenable = true -- Folds are closed by default -vim.opt.pumheight = 16 -- Popup menu height uses all available space +vim.opt.pumheight = 16 -- Popup menu height to 16 lines vim.opt.confirm = true -- Confirm before losing buffer unsaved changes vim.opt.splitbelow = false vim.opt.splitright = false |
