From 9ffdeceda3c36dc6a894190fdaf57b66d3018cd7 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 30 Oct 2022 21:59:47 +0200 Subject: TODO: fix formatting and diagnostic server settings --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') 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 + -- cgit v1.2.3