From 286580a96a65b36dcd8484d3da5f7de09d963be4 Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Sun, 19 Dec 2021 05:04:50 -0500 Subject: [PATCH] comment for help --- lua/user/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index 2313a8c..ad298d0 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -1,3 +1,4 @@ +-- :help options vim.opt.backup = false -- creates a backup file vim.opt.clipboard = "unnamedplus" -- allows neovim to access the system clipboard vim.opt.cmdheight = 2 -- more space in the neovim command line for displaying messages