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