Updating all files to use stylua
Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
@@ -8,17 +8,17 @@ comment.setup({
|
||||
sticky = true,
|
||||
ignore = nil,
|
||||
toggler = {
|
||||
line = 'gcc',
|
||||
block = 'gbc',
|
||||
line = "gcc",
|
||||
block = "gbc",
|
||||
},
|
||||
opleader = {
|
||||
line = 'gc',
|
||||
block = 'gb',
|
||||
line = "gc",
|
||||
block = "gb",
|
||||
},
|
||||
extra = {
|
||||
above = 'gcO',
|
||||
below = 'gco',
|
||||
eol = 'gcA',
|
||||
above = "gcO",
|
||||
below = "gco",
|
||||
eol = "gcA",
|
||||
},
|
||||
mappings = {
|
||||
basic = true,
|
||||
|
||||
Reference in New Issue
Block a user