aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 2ac0b01..8de653a 100644
--- a/init.lua
+++ b/init.lua
@@ -39,6 +39,7 @@ 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()
@@ -130,3 +131,4 @@ vim.g.do_filetype_nvim = 1
vim.g.did_load_filetypes = 0
+