···99local options = {
1010 backup = false, -- creates a backup file
1111 clipboard = "unnamedplus", -- allows neovim to access the system clipboard
1212- cmdheight = 2, -- more space in the neovim command line for displaying messages
1212+ -- cmdheight = 2, -- more space in the neovim command line for displaying messages
1313+ cmdheight = 1,
1314 completeopt = { "menuone", "noselect" }, -- mostly just for cmp
1415 conceallevel = 0, -- so that `` is visible in markdown files
1516 fileencoding = "utf-8", -- the encoding written to a file