From ab1af1cd04e0a6802761124ef85dbbd5514402e9 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 16 May 2024 10:45:07 +0100 Subject: [nvim] NFC: Format file --- home/.config/nvim/lua/cfg/options.lua | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/home/.config/nvim/lua/cfg/options.lua b/home/.config/nvim/lua/cfg/options.lua index d6881fc..cce808a 100644 --- a/home/.config/nvim/lua/cfg/options.lua +++ b/home/.config/nvim/lua/cfg/options.lua @@ -50,11 +50,11 @@ opt.wildmode = { "longest", "full" } opt.cpoptions:remove({ "_" }) opt.listchars = { - tab = "> ", - trail = "·", - extends = ">", - precedes = "<", - nbsp = "+", + tab = "> ", + trail = "·", + extends = ">", + precedes = "<", + nbsp = "+", } opt.list = true @@ -87,11 +87,11 @@ vim.g.loaded_matchparen = 1 vim.g.loaded_spec = 1 opt.diffopt:append({ - ["indent-heuristic"] = true, - hiddenoff = true, - iblank = true, - iwhiteall = true, - algorithm = "histogram", + ["indent-heuristic"] = true, + hiddenoff = true, + iblank = true, + iwhiteall = true, + algorithm = "histogram", }) if vim.fn.executable("rg") then @@ -111,11 +111,11 @@ vim.g.mapleader = " " vim.g.maplocalleader = "," vim.diagnostic.config({ - virtual_text = { - source = "if_many", - severity = vim.diagnostic.severity.ERROR, - }, - signs = true, - underline = true, - update_in_insert = false, + virtual_text = { + source = "if_many", + severity = vim.diagnostic.severity.ERROR, + }, + signs = true, + underline = true, + update_in_insert = false, }) -- cgit v1.2.3-70-g09d2