feat(nvim): add comments to keymaps

This commit is contained in:
Stefan Imhoff
2022-12-18 18:29:52 +01:00
parent 52c1f1d704
commit f0c4a19c07
4 changed files with 65 additions and 126 deletions

7
.stylua.toml Normal file
View File

@@ -0,0 +1,7 @@
column_width = 200
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"