💄 style(nvim): identation and deletion of unnecesary brackets
This commit is contained in:
parent
200c196072
commit
1364965dc8
1 changed files with 24 additions and 26 deletions
|
@ -1,5 +1,4 @@
|
|||
return {
|
||||
{
|
||||
"andweeb/presence.nvim",
|
||||
lazy = false,
|
||||
opts = {
|
||||
|
@ -25,5 +24,4 @@ return {
|
|||
workspace_text = "Working on %s", -- Format string rendered when in a git repository (either string or function(project_name: string|nil, filename: string): string)
|
||||
line_number_text = "Line %s out of %s", -- Format string rendered when `enable_line_number` is set to true (either string or function(line_number: number, line_count: number): string)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue