diff --git a/home/base/desktop/editors/neovim/astronvim_user/.gitignore b/home/base/desktop/editors/neovim/astronvim_user/.gitignore new file mode 100644 index 00000000..d375789b --- /dev/null +++ b/home/base/desktop/editors/neovim/astronvim_user/.gitignore @@ -0,0 +1,2 @@ +.clj-kondo/ +.nrepl-port diff --git a/home/base/desktop/editors/neovim/astronvim_user/.nfnl.fnl b/home/base/desktop/editors/neovim/astronvim_user/.nfnl.fnl new file mode 100644 index 00000000..4c80b735 --- /dev/null +++ b/home/base/desktop/editors/neovim/astronvim_user/.nfnl.fnl @@ -0,0 +1 @@ +{:source-file-patterns ["*.fnl" "**/*.fnl"]} diff --git a/home/base/desktop/editors/neovim/astronvim_user/.stylua.toml b/home/base/desktop/editors/neovim/astronvim_user/.stylua.toml new file mode 100644 index 00000000..bfcffff4 --- /dev/null +++ b/home/base/desktop/editors/neovim/astronvim_user/.stylua.toml @@ -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"