format with stylua
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
return {
|
||||
'folke/which-key.nvim',
|
||||
version = '*',
|
||||
opts = {
|
||||
plugins = {
|
||||
marks = false,
|
||||
registers = false,
|
||||
presets = {
|
||||
operators = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return {
|
||||
'folke/which-key.nvim',
|
||||
version = '*',
|
||||
opts = {
|
||||
plugins = {
|
||||
marks = false,
|
||||
registers = false,
|
||||
presets = {
|
||||
operators = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user