Reformatted nvim config to fit stylua guidelines

This commit is contained in:
Kyren223
2024-06-29 19:58:44 +03:00
parent 2053217568
commit 7043a38d8e
28 changed files with 209 additions and 245 deletions

View File

@@ -10,8 +10,8 @@ return {
extra = { above = 'gcO', below = 'gco', eol = 'gcA' },
mappings = {
basic = true, -- `gcc` `gbc` `gc[count]{motion}` `gb[count]{motion}`
basic = true, -- `gcc` `gbc` `gc[count]{motion}` `gb[count]{motion}`
extra = false, -- `gco`, `gcO`, `gcA`
},
}}
},
}