From 516894b870745f9b931f2d6512748be9ebacf914 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 7 Jan 2024 00:21:39 +0800 Subject: [PATCH] feat: neovim - add some dotfiles --- home/base/desktop/editors/neovim/astronvim_user/.gitignore | 2 ++ home/base/desktop/editors/neovim/astronvim_user/.nfnl.fnl | 1 + .../desktop/editors/neovim/astronvim_user/.stylua.toml | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 home/base/desktop/editors/neovim/astronvim_user/.gitignore create mode 100644 home/base/desktop/editors/neovim/astronvim_user/.nfnl.fnl create mode 100644 home/base/desktop/editors/neovim/astronvim_user/.stylua.toml 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"