From 79539941df6d3f9419ea1fbde6c6a9f9b925258a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 22 Dec 2023 10:33:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20comments(nvim):=20TODO=20comment?= =?UTF-8?q?=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/config/options.lua | 2 +- .config/nvim/lua/plugins/lspconfig.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/config/options.lua b/.config/nvim/lua/config/options.lua index 0548e542..b5fda959 100644 --- a/.config/nvim/lua/config/options.lua +++ b/.config/nvim/lua/config/options.lua @@ -1,7 +1,7 @@ -- Options are automatically loaded before lazy.nvim startup -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Add any additional options here -vim.o.spell = true +-- vim.o.spell = true vim.loader.enable() vim.g["rooter_cd_cmd"] = "lcd" diff --git a/.config/nvim/lua/plugins/lspconfig.lua b/.config/nvim/lua/plugins/lspconfig.lua index 95f62ebc..68ddaeae 100644 --- a/.config/nvim/lua/plugins/lspconfig.lua +++ b/.config/nvim/lua/plugins/lspconfig.lua @@ -72,7 +72,7 @@ return { servers = { -- typos_lsp = { -- settings = { - -- diagnosticSeverity = "Warning", + -- diagnosticSeverity = "Warning", TODO: Look at this -- }, -- }, lua_ls = {