add keymaps to vim unstable
This commit is contained in:
parent
a3a262c576
commit
41327778ea
3 changed files with 49 additions and 0 deletions
12
.stylua.toml
Normal file
12
.stylua.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
syntax = "All"
|
||||
column_width = 120
|
||||
line_endings = "Unix"
|
||||
indent_type = "indent_type"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferDouble"
|
||||
call_parentheses = "Always"
|
||||
collapse_simple_statement = "ConditionalOnly"
|
||||
space_after_function_names = "Never"
|
||||
|
||||
[sort_requires]
|
||||
enabled = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue