nvim: apply Format

This commit is contained in:
He4eT 2023-07-24 15:22:36 +03:00
commit a300fa4144

View file

@ -131,6 +131,7 @@ require('lazy').setup({
end, end,
}, },
}, { }, {
-- Lazy options
ui = { ui = {
size = { width = 0.85, height = 0.7 }, size = { width = 0.85, height = 0.7 },
border = 'solid', border = 'solid',
@ -315,11 +316,11 @@ fzf.setup({
}, },
grep = { grep = {
rg_opts = '--vimgrep --smart-case --max-columns=512' .. rg_opts = '--vimgrep --smart-case --max-columns=512' ..
' --color=ansi' .. ' --color=ansi' ..
' --colors path:fg:yellow' .. ' --colors path:fg:yellow' ..
' --colors line:fg:green' .. ' --colors line:fg:green' ..
' --colors column:fg:blue' .. ' --colors column:fg:blue' ..
' --colors match:fg:red'; ' --colors match:fg:red',
file_ignore_patterns = { file_ignore_patterns = {
'^node_modules/', '^node_modules/',
'/node_modules/', '/node_modules/',