From a300fa41443e3f69eb2cff793a1539ebb9714f71 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 24 Jul 2023 15:22:36 +0300 Subject: [PATCH] nvim: apply Format --- nvim/init.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index d6179fd..4ceae54 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -131,6 +131,7 @@ require('lazy').setup({ end, }, }, { + -- Lazy options ui = { size = { width = 0.85, height = 0.7 }, border = 'solid', @@ -315,11 +316,11 @@ fzf.setup({ }, grep = { rg_opts = '--vimgrep --smart-case --max-columns=512' .. - ' --color=ansi' .. - ' --colors path:fg:yellow' .. - ' --colors line:fg:green' .. - ' --colors column:fg:blue' .. - ' --colors match:fg:red'; + ' --color=ansi' .. + ' --colors path:fg:yellow' .. + ' --colors line:fg:green' .. + ' --colors column:fg:blue' .. + ' --colors match:fg:red', file_ignore_patterns = { '^node_modules/', '/node_modules/',