feat: neovim - add some dotfiles

This commit is contained in:
Ryan Yin
2024-01-07 00:21:39 +08:00
parent a8b98bc03e
commit 516894b870
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
.clj-kondo/
.nrepl-port

View File

@@ -0,0 +1 @@
{:source-file-patterns ["*.fnl" "**/*.fnl"]}

View File

@@ -0,0 +1,7 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "None"
collapse_simple_statement = "Always"