chore(neovim): try to reduce slowness when editing helm files
This commit is contained in:
parent
efeb390933
commit
50977758a6
2 changed files with 26 additions and 1 deletions
|
@ -7,6 +7,12 @@ require('lualine').setup {
|
|||
disabled_filetypes = {},
|
||||
always_divide_middle = true,
|
||||
globalstatus = true,
|
||||
-- reduce performance impact reducing refresh pace
|
||||
refresh = {
|
||||
statusline = 1500,
|
||||
tabline = 1500,
|
||||
winbar = 1500,
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_a = {'mode'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue