summaryrefslogtreecommitdiff
path: root/lua/user/options.lua
diff options
context:
space:
mode:
authorChristianChiarulli <chris.machine@pm.me>2021-12-19 05:04:50 -0500
committerChristianChiarulli <chris.machine@pm.me>2021-12-19 05:04:50 -0500
commit286580a96a65b36dcd8484d3da5f7de09d963be4 (patch)
tree17d6473c700d10e7b5c0abc6e1b5fac977761c46 /lua/user/options.lua
parent72912a9d76e3667035492350e49ce9991f371ffd (diff)
comment for help
Diffstat (limited to 'lua/user/options.lua')
-rw-r--r--lua/user/options.lua1
1 files changed, 1 insertions, 0 deletions
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