mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: apply Format
This commit is contained in:
parent
8be127a407
commit
a300fa4144
1 changed files with 6 additions and 5 deletions
|
|
@ -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',
|
||||||
|
|
@ -319,7 +320,7 @@ fzf.setup({
|
||||||
' --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/',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue