diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 + |
