💄 style(nvim): identation and deletion of unnecesary brackets

This commit is contained in:
Sergio Laín 2023-12-01 00:45:04 +01:00
parent 200c196072
commit 1364965dc8
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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)
},
},
}