aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 8de653a..2e0c2b4 100644
--- a/init.lua
+++ b/init.lua
@@ -39,7 +39,6 @@ if impatient_ok then
end
-- Check if we have the latest stable version of nvim
-local opts = { noremap = true, silent = true, buffer = true }
local utils = require("user.utils")
local expected_ver = "0.8.0"
local nvim_ver = utils.get_nvim_version()